~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/helper_methods.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:
29
29
                       enum enum_var_type value_type,
30
30
                       struct system_status_var *status_var,
31
31
                       const char *prefix, Table *table,
32
 
                       bool ucase_names);
 
32
                       bool ucase_names,
 
33
                       drizzled::plugin::InfoSchemaTable *schema_table);
33
34
 
34
35
void store_key_column_usage(Table *table, 
35
36
                            LEX_STRING *db_name,