~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/referential_constraints.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:
45
45
   *
46
46
   * @return 0 on success; 1 on failure
47
47
   */
48
 
  virtual int processTable(drizzled::plugin::InfoSchemaTable *store_table,
49
 
                           Session *session, TableList *tables,
 
48
  virtual int processTable(Session *session, TableList *tables,
50
49
                           Table *table, bool res, LEX_STRING *db_name,
51
 
                           LEX_STRING *table_name);
 
50
                           LEX_STRING *table_name) const;
52
51
};
53
52
 
54
53
class ReferentialConstraintsIS