~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.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:
737
737
      packet->append(STRING_WITH_LEN(" PAGE_CHECKSUM="));
738
738
      packet->append(ha_choice_values[(uint32_t) share->page_checksum], 1);
739
739
    }
740
 
    if (share->db_create_options & HA_OPTION_DELAY_KEY_WRITE)
741
 
      packet->append(STRING_WITH_LEN(" DELAY_KEY_WRITE=1"));
742
740
    if (create_info.row_type != ROW_TYPE_DEFAULT)
743
741
    {
744
742
      packet->append(STRING_WITH_LEN(" ROW_FORMAT="));