~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/schemata.cc

Big ole patch. This covers moving information_schema to  old_* table names
(to not have plugins bang against each other).

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
  if (sch_table == NULL)
128
128
  {
129
 
    sch_table= new plugin::InfoSchemaTable("SCHEMATA",
 
129
    sch_table= new plugin::InfoSchemaTable("OLD_SCHEMATA",
130
130
                                           *columns,
131
131
                                           1, -1, false, false, 0,
132
132
                                           methods);