~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_write.c

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

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