~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/statistics.cc

  • Committer: Brian Aker
  • Date: 2010-01-12 00:55:03 UTC
  • mfrom: (1259.5.16 kill-frm-mention)
  • Revision ID: brian@gaz-20100112005503-j92e68kvwkxol6ay
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
    stats_table= new plugin::InfoSchemaTable("STATISTICS",
204
204
                                             *columns,
205
205
                                             1, 2, false, true,
206
 
                                             OPEN_TABLE_ONLY | OPTIMIZE_I_S_TABLE,
 
206
                                             0,
207
207
                                             methods);
208
208
  }
209
209