~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/collations.h

Updating test cases + added Drizzle specific schema_names and schema_info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
  CollationsTool();
30
30
 
31
 
  bool populate(Field ** fields);
32
 
 
33
31
  class Generator : public Tool::Generator 
34
32
  {
35
33
    CHARSET_INFO **cs;