~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to plugin/info_schema/helper_methods.h

  • Committer: Jay Pipes
  • Date: 2010-02-06 01:51:20 UTC
  • mfrom: (1273.1.10 build)
  • Revision ID: jpipes@serialcoder-20100206015120-as4vb638inbzrb59
Merge trunk changes and resolve conflicts

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(Session *session, 
 
26
bool show_status_array(drizzled::Session *session, 
27
27
                       const char *wild,
28
 
                       SHOW_VAR *variables,
29
 
                       enum enum_var_type value_type,
30
 
                       struct system_status_var *status_var,
31
 
                       const char *prefix, Table *table,
 
28
                       drizzled::SHOW_VAR *variables,
 
29
                       drizzled::enum_var_type value_type,
 
30
                       drizzled::system_status_var *status_var,
 
31
                       const char *prefix, drizzled::Table *table,
32
32
                       bool ucase_names,
33
33
                       drizzled::plugin::InfoSchemaTable *schema_table);
34
34
 
35
 
void store_key_column_usage(Table *table, 
36
 
                            LEX_STRING *db_name,
37
 
                            LEX_STRING *table_name, 
 
35
void store_key_column_usage(drizzled::Table *table, 
 
36
                            drizzled::LEX_STRING *db_name,
 
37
                            drizzled::LEX_STRING *table_name, 
38
38
                            const char *key_name,
39
39
                            uint32_t key_len, 
40
40
                            const char *con_type,