~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

  • Committer: Brian Aker
  • Date: 2008-08-11 04:35:13 UTC
  • Revision ID: brian@tangent.org-20080811043513-hs4fkhbsnehlhr2c
First pass in removing ulong from MyISAM

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
bool mi_test_if_sort_rep(MI_INFO *info, ha_rows rows, uint64_t key_map,
479
479
                            bool force);
480
480
 
481
 
int mi_init_bulk_insert(MI_INFO *info, ulong cache_size, ha_rows rows);
 
481
int mi_init_bulk_insert(MI_INFO *info, uint32_t cache_size, ha_rows rows);
482
482
void mi_flush_bulk_insert(MI_INFO *info, uint inx);
483
483
void mi_end_bulk_insert(MI_INFO *info);
484
484
int mi_assign_to_key_cache(MI_INFO *info, uint64_t key_map,