~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table_reader.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:
237
237
    cout << " CHECKSUM = " << options.checksum() << endl;
238
238
  if (options.has_page_checksum())
239
239
    cout << " PAGE_CHECKSUM = " << options.page_checksum() << endl;
240
 
  if (options.has_delay_key_write())
241
 
    cout << " DELAY_KEY_WRITE = " << options.delay_key_write() << endl;
242
240
}
243
241
 
244
242