~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2008-08-10 04:50:31 UTC
  • Revision ID: brian@tangent.org-20080810045031-8ak1sgfsfh8y2jse
HeadĀ ulongĀ conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
766
766
         column_count, columndef,
767
767
         max_key_fieldnr, key_part_size,
768
768
         share->reclength, mem_per_row_keys,
769
 
         (ulong) share->max_rows, (ulong) share->min_rows,
 
769
         (uint32_t) share->max_rows, (uint32_t) share->min_rows,
770
770
         &hp_create_info, &internal_share);
771
771
  
772
772
  my_free((uchar*) keydef, MYF(0));