~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/collations.h

Second pass through the interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
class CollationsTool : public Tool
26
26
{
27
 
  drizzled::message::Table schema;
28
 
 
29
27
public:
30
28
 
31
29
  CollationsTool();
32
 
  ~CollationsTool() {}
33
30
 
34
31
  bool populate(Field ** fields);
35
32
 
36
 
  void define(drizzled::message::Table &proto)
37
 
  {
38
 
    proto.CopyFrom(schema);
39
 
  }
40
 
 
41
33
  class Generator : public Tool::Generator 
42
34
  {
43
35
    CHARSET_INFO **cs;