~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

New merge for TableShare

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);