~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-29 16:05:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1081.
  • Revision ID: osullivan.padraig@gmail.com-20090629160547-0c2ktadq91vx6id0
Extracted the PLUGINS table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
                        COND *cond);
230
230
};
231
231
 
232
 
class PluginsISMethods : public InfoSchemaMethods
233
 
{
234
 
public:
235
 
  virtual int fillTable(Session *session, 
236
 
                        TableList *tables,
237
 
                        COND *cond);
238
 
};
239
 
 
240
232
class SchemataISMethods : public InfoSchemaMethods
241
233
{
242
234
public: