~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/keycache.h

  • Committer: Stewart Smith
  • Date: 2009-10-08 12:48:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008124834-q021a6ubsoc9b8it
remove dead prototype for multi_key_cache_change()

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
extern KEY_CACHE *multi_key_cache_search(unsigned char *key, uint32_t length);
153
153
extern bool multi_key_cache_set(const unsigned char *key, uint32_t length,
154
154
                                   KEY_CACHE *key_cache);
155
 
extern void multi_key_cache_change(KEY_CACHE *old_data,
156
 
                                   KEY_CACHE *new_data);
157
155
extern void reset_key_cache_counters();
158
156
 
159
157
#ifdef __cplusplus