~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/info_schema.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-06-27 16:33:55 UTC
  • mfrom: (1067.3.1 full-i-s-plugin)
  • mto: This revision was merged to the branch mainline in revision 1079.
  • Revision ID: osullivan.padraig@gmail.com-20090627163355-iyclbhr9901qlmjh
Extracted the CHARACTER_SET table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
                        InfoSchemaTable *schema_table) const;
200
200
};
201
201
 
202
 
class CharSetISMethods : public InfoSchemaMethods
203
 
{
204
 
public:
205
 
  virtual int fillTable(Session *session, 
206
 
                        TableList *tables,
207
 
                        COND *cond);
208
 
  virtual int oldFormat(Session *session, InfoSchemaTable *schema_table) const;
209
 
};
210
 
 
211
202
class CollationISMethods : public InfoSchemaMethods
212
203
{
213
204
public: