~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

  • Committer: Stewart Smith
  • Date: 2009-03-04 22:49:53 UTC
  • mto: (910.4.2 sparc) (908.3.6 work)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: stewart@flamingspork.com-20090304224953-b2ow237kc1bkp0o0
for getopt, replace GET_ULONG with GET_UINT32.

Don't replace for sql variables (yet). instead just indicated the intense source of fail with GET_ULONG_IS_FAIL.

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;