~snowstalker/drizzle/startup-errors

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

Show diffs side-by-side

added added

removed removed

Lines of Context:
508
508
    return key_length;
509
509
  }
510
510
 
511
 
  static bool cacheStart(void);
 
511
  static void cacheStart(void);
512
512
  static void cacheStop(void);
513
513
  static void release(TableShare *share);
514
514
  static void release(const char *key, uint32_t key_length);