~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/referential_constraints.h

  • Committer: Brian Aker
  • Date: 2009-11-30 19:13:19 UTC
  • mfrom: (1225.1.39 figure)
  • Revision ID: brian@gaz-20091130191319-zyt51fidacic3brf
Merge Padraig

Show diffs side-by-side

added added

removed removed

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