~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/schemas.cc

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
*/
43
43
bool SchemasTool::Generator::checkSchema()
44
44
{
45
 
  return false;
 
45
  return isWild(schema_name());
46
46
}
47
47
 
48
48
bool SchemasTool::Generator::nextSchemaCore()