~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/character_sets.h

  • Committer: Brian Aker
  • Date: 2010-03-27 04:12:14 UTC
  • mfrom: (1395.1.18 build)
  • Revision ID: brian@gaz-20100327041214-2pm5eay51312xjvq
Merge (fixes known issues in ALTER TABLE not resetting correctly DFE).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  CharacterSetsTool();
29
29
 
30
30
  CharacterSetsTool(const char *table_arg) :
31
 
    drizzled::plugin::TableFunction("data_dictionary", table_arg)
 
31
    drizzled::plugin::TableFunction("DATA_DICTIONARY", table_arg)
32
32
  { }
33
33
 
34
34
  ~CharacterSetsTool() {}