~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_open.c

  • Committer: Brian Aker
  • Date: 2008-07-14 04:46:28 UTC
  • Revision ID: brian@tangent.org-20080714044628-mk3nt2rbaeqt8oe9
Removed oddball types in my_global.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
      share->options|= HA_OPTION_READ_ONLY_DATA;
420
420
      info.s=share;
421
421
      if (_mi_read_pack_info(&info,
422
 
                             (pbool)
 
422
                             (bool)
423
423
                             test(!(share->options &
424
424
                                    (HA_OPTION_PACK_RECORD |
425
425
                                     HA_OPTION_TEMP_COMPRESS_RECORD)))))