~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-08-17 22:19:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817221953-6qzdxpi8l9nd342y
More dead option removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
  if (table.has_options())
291
291
    table_options= table.options();
292
292
 
293
 
  uint32_t db_create_options= HA_OPTION_LONG_BLOB_PTR;
 
293
  uint32_t db_create_options= 0;
294
294
 
295
295
  if (table_options.has_pack_keys())
296
296
  {