~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_preload.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:
38
38
    of the table will be preloaded.
39
39
*/
40
40
 
41
 
int mi_preload(MI_INFO *info, ulonglong key_map, my_bool ignore_leaves)
 
41
int mi_preload(MI_INFO *info, uint64_t key_map, my_bool ignore_leaves)
42
42
{
43
43
  uint i;
44
44
  ulong length, block_length= 0;