~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.c

Merged from codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
844
844
  MI_KEYDEF *key=share->keyinfo;
845
845
  bulk_insert_param *params;
846
846
  uint i, num_keys, total_keylength;
847
 
  ulonglong key_map;
 
847
  uint64_t key_map;
848
848
  DBUG_ENTER("_mi_init_bulk_insert");
849
849
  DBUG_PRINT("enter",("cache_size: %lu", cache_size));
850
850