~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_methods.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:
87
87
 
88
88
/**
89
89
 * @class
 
90
 *   PluginsISMethods
 
91
 * @brief
 
92
 *   Class which implements any methods that the PLUGINS
 
93
 *   I_S table needs besides the default methods
 
94
 */
 
95
class PluginsISMethods : public InfoSchemaMethods
 
96
{
 
97
public:
 
98
  virtual int fillTable(Session *session,
 
99
                        TableList *tables,
 
100
                        COND *cond);
 
101
};
 
102
 
 
103
/**
 
104
 * @class
90
105
 *   ProcessListISMethods
91
106
 * @brief
92
107
 *   Class which implements any methods that the PROCESSLIST