~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/helper_methods.cc

  • Committer: Brian Aker
  • Date: 2010-02-14 02:02:48 UTC
  • mfrom: (1273.13.64 fix_is)
  • Revision ID: brian@gaz-20100214020248-bhovaejhz9fmer3q
Merge in data_dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
bool show_status_array(Session *session, 
52
52
                       const char *wild,
53
53
                       SHOW_VAR *variables,
54
 
                       enum enum_var_type value_type,
 
54
                       sql_var_t value_type,
55
55
                       struct system_status_var *status_var,
56
56
                       const char *prefix, Table *table,
57
57
                       bool ,
174
174
          break;
175
175
        case SHOW_KEY_CACHE_LONGLONG:
176
176
          value= (char*) dflt_key_cache + (ulong)value;
177
 
          end= internal::int64_t10_to_str(*(int64_t*) value, buff, 10);
178
 
          break;
 
177
          end= internal::int64_t10_to_str(*(int64_t*) value, buff, 10);
 
178
          break;
179
179
        case SHOW_UNDEF:
180
180
          break;                                        // Return empty string
181
181
        case SHOW_SYS:                                  // Cannot happen