~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
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,read_buffer_length,write_buffer_length,
395
 
        sort_buffer_length,sort_key_blocks;
 
394
  ulong use_buffers;
 
395
  size_t read_buffer_length, write_buffer_length,
 
396
         sort_buffer_length, sort_key_blocks;
396
397
  uint32_t out_flag,warning_printed,error_printed,verbose;
397
398
  uint32_t opt_sort_key,total_files,max_level;
398
399
  uint32_t testflag, key_cache_block_size;