~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_keycache.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:
47
47
*/
48
48
 
49
49
int mi_assign_to_key_cache(MI_INFO *info,
50
 
                           ulonglong key_map __attribute__((unused)),
 
50
                           uint64_t key_map __attribute__((unused)),
51
51
                           KEY_CACHE *key_cache)
52
52
{
53
53
  int error= 0;
149
149
    MI_INFO *info= (MI_INFO*) pos->data;
150
150
    MYISAM_SHARE *share= info->s;
151
151
    if (share->key_cache == old_key_cache)
152
 
      mi_assign_to_key_cache(info, (ulonglong) ~0, new_key_cache);
 
152
      mi_assign_to_key_cache(info, (uint64_t) ~0, new_key_cache);
153
153
  }
154
154
 
155
155
  /*