~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/table_constraints.h

  • Committer: Monty Taylor
  • Date: 2010-02-11 01:35:55 UTC
  • mfrom: (1289 staging)
  • mto: This revision was merged to the branch mainline in revision 1293.
  • Revision ID: mordred@inaugust.com-20100211013555-f9okqsgi91mwm4xu
Merged up with trunk.

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