~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2008-08-11 05:13:09 UTC
  • Revision ID: brian@tangent.org-20080811051309-t4b3bce0zw74wi0z
Another pass of ulong removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
742
742
int flush_blocks(MI_CHECK *param, KEY_CACHE *key_cache, File file);
743
743
 
744
744
int sort_write_record(MI_SORT_PARAM *sort_param);
745
 
int _create_index_by_sort(MI_SORT_PARAM *info,bool no_messages, ulong);
 
745
int _create_index_by_sort(MI_SORT_PARAM *info,bool no_messages, uint32_t);
746
746
 
747
747
extern void mi_set_index_cond_func(MI_INFO *info, index_cond_func_t func,
748
748
                                   void *func_arg);