~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

Split StorageEngine into slot. This completes the plugin-slot-reorg. Woot.
Next step - getting slot registration to inject a plugin reference into a
registry so that we can make I_S.PLUGINS stop being broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1507
1507
 
1508
1508
  string db(db_name->str);
1509
1509
 
1510
 
  plugin::TableNameIterator tniter(db);
 
1510
  slot::TableNameIterator tniter(db);
1511
1511
  int err= 0;
1512
1512
  string table_name;
1513
1513