~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/table_constraints.h

Merge Monty

Show diffs side-by-side

added added

removed removed

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