~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
727
727
void mi_check_print_info(MI_CHECK *param, const char *fmt,...);
728
728
int flush_pending_blocks(MI_SORT_PARAM *param);
729
729
int thr_write_keys(MI_SORT_PARAM *sort_param);
730
 
/* needs extern "C" because we pass it to pthread_create */
731
 
extern "C" pthread_handler_t thr_find_all_keys(void *arg);
732
730
int flush_blocks(MI_CHECK *param, drizzled::KEY_CACHE *key_cache, int file);
733
731
 
734
732
int sort_write_record(MI_SORT_PARAM *sort_param);