~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/stats_table.h

  • Committer: Jay Pipes
  • Date: 2009-11-26 02:50:58 UTC
  • mto: (1234.1.1 push) (1237.2.10 push)
  • mto: This revision was merged to the branch mainline in revision 1229.
  • Revision ID: jpipes@serialcoder-20091126025058-gb502pid4gq9l7d8
Fixes information schema tests, adds a hexdump UDF for the transaction message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
{
39
39
public:
40
40
  virtual int fillTable(Session *session,
41
 
                        Table *table,
42
 
                        drizzled::plugin::InfoSchemaTable *schema_table);
 
41
                        TableList *tables);
43
42
};
44
43
 
45
44
bool createMemcachedStatsColumns(std::vector<const drizzled::plugin::ColumnInfo *> &cols);