~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

  • Committer: Brian Aker
  • Date: 2009-03-05 08:26:07 UTC
  • mfrom: (910.2.11 mordred-noatomics)
  • Revision ID: brian@tangent.org-20090305082607-30deookk6sdycdeb
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
  my_off_t keydata,totaldata,key_blocks,start_check_pos;
392
392
  ha_rows total_records,total_deleted;
393
393
  ha_checksum record_checksum,glob_crc;
394
 
  ulong use_buffers;
 
394
  uint64_t use_buffers;
395
395
  size_t read_buffer_length, write_buffer_length,
396
396
         sort_buffer_length, sort_key_blocks;
397
397
  uint32_t out_flag,warning_printed,error_printed,verbose;