~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/info_schema.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-01 03:36:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1084.
  • Revision ID: osullivan.padraig@gmail.com-20090701033614-6lu9ioqua0l0mjgg
Extracted the STATISTICS table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
                        COND *cond);
216
216
};
217
217
 
218
 
class StatsISMethods : public InfoSchemaMethods
219
 
{
220
 
public:
221
 
  virtual int processTable(Session *session, TableList *tables,
222
 
                           Table *table, bool res, LEX_STRING *db_name,
223
 
                           LEX_STRING *table_name) const;
224
 
};
225
 
 
226
218
/**
227
219
 * @class InfoSchemaTable
228
220
 * @brief