~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-14 20:26:43 UTC
  • mfrom: (1273.1.27 staging)
  • Revision ID: jpipes@serialcoder-20100214202643-ahuqvc8rhn8u7y33
Merge trunk and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
bool show_status_array(drizzled::Session *session, 
27
27
                       const char *wild,
28
28
                       drizzled::SHOW_VAR *variables,
29
 
                       drizzled::enum_var_type value_type,
 
29
                       drizzled::sql_var_t value_type,
30
30
                       drizzled::system_status_var *status_var,
31
31
                       const char *prefix, drizzled::Table *table,
32
32
                       bool ucase_names,