~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2009-08-17 01:44:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817014423-jxi2qonsumm8mndf
Remove SQL level reference for DELAY (just now done correctly by default in
engine).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1655
1655
    create_flags|= HA_PACK_RECORD;
1656
1656
  if (options & HA_OPTION_CHECKSUM)
1657
1657
    create_flags|= HA_CREATE_CHECKSUM;
1658
 
  if (options & HA_OPTION_DELAY_KEY_WRITE)
1659
 
    create_flags|= HA_CREATE_DELAY_KEY_WRITE;
1660
1658
 
1661
1659
  /* TODO: Check that the following fn_format is really needed */
1662
1660
  error= mi_create(fn_format(buff, table_name, "", "",