~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/character_sets.cc

Updates for table functions to insert tables into additional schemas;

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
using namespace drizzled;
26
26
 
27
27
CharacterSetsTool::CharacterSetsTool() :
28
 
  Tool("CHARACTER_SETS")
 
28
  Tool("DATA_DICTIONARY", "CHARACTER_SETS")
29
29
{
30
30
  add_field("CHARACTER_SET_NAME");
31
31
  add_field("DEFAULT_COLLATE_NAME");