~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/sort.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:
515
515
        update_key_parts(sinfo->keyinfo, rec_per_key_part, sinfo->unique,
516
516
                         param->stats_method == MI_STATS_METHOD_IGNORE_NULLS?
517
517
                         sinfo->notnull: NULL,
518
 
                         (ulonglong) info->state->records);
 
518
                         (uint64_t) info->state->records);
519
519
    }
520
520
    my_free((uchar*) sinfo->sort_keys,MYF(0));
521
521
    my_free(mi_get_rec_buff_ptr(info, sinfo->rec_buff),