~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/table_constraints.h

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class TabConstraintsISMethods : public drizzled::plugin::InfoSchemaMethods
33
33
{
34
34
public:
35
 
  virtual int processTable(Session *session, TableList *tables,
 
35
  virtual int processTable(drizzled::plugin::InfoSchemaTable *store_table,
 
36
                           Session *session, TableList *tables,
36
37
                           Table *table, bool res, LEX_STRING *db_name,
37
 
                           LEX_STRING *table_name) const;
 
38
                           LEX_STRING *table_name);
38
39
};
39
40
 
40
41
class TableConstraintsIS