~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/referential_constraints.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
   * @return 0 on success; 1 on failure
47
47
   */
48
48
  virtual int processTable(drizzled::plugin::InfoSchemaTable *store_table,
49
 
                           Session *session, TableList *tables,
50
 
                           Table *table, bool res, LEX_STRING *db_name,
51
 
                           LEX_STRING *table_name);
 
49
                           drizzled::Session *session, drizzled::TableList *tables,
 
50
                           drizzled::Table *table, bool res,
 
51
                           drizzled::LEX_STRING *db_name,
 
52
                           drizzled::LEX_STRING *table_name);
52
53
};
53
54
 
54
55
class ReferentialConstraintsIS