~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/helper_methods.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "drizzled/plugin/info_schema_table.h"
25
25
 
26
 
bool show_status_array(drizzled::Session *session, 
27
 
                       const char *wild,
28
 
                       drizzled::SHOW_VAR *variables,
29
 
                       drizzled::sql_var_t value_type,
30
 
                       drizzled::system_status_var *status_var,
31
 
                       const char *prefix, drizzled::Table *table,
32
 
                       bool ucase_names,
33
 
                       drizzled::plugin::InfoSchemaTable *schema_table);
34
 
 
35
26
void store_key_column_usage(drizzled::Table *table, 
36
27
                            drizzled::LEX_STRING *db_name,
37
28
                            drizzled::LEX_STRING *table_name,