~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-02-18 01:10:04 UTC
  • mto: (1273.16.6 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1304.
  • Revision ID: brian@gaz-20100218011004-ylesslmleluelmsd
Remove dead globals related to my_sys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1054
1054
  {"Com",                      (char*) com_status_vars, SHOW_ARRAY},
1055
1055
  {"Connections",              (char*) &global_thread_id, SHOW_INT_NOFLUSH},
1056
1056
  {"Created_tmp_disk_tables",  (char*) offsetof(system_status_var, created_tmp_disk_tables), SHOW_LONG_STATUS},
1057
 
  {"Created_tmp_files",        (char*) &internal::my_tmp_file_created,SHOW_INT},
1058
1057
  {"Created_tmp_tables",       (char*) offsetof(system_status_var, created_tmp_tables), SHOW_LONG_STATUS},
1059
1058
  {"Flush_commands",           (char*) &refresh_version,    SHOW_INT_NOFLUSH},
1060
1059
  {"Handler_commit",           (char*) offsetof(system_status_var, ha_commit_count), SHOW_LONG_STATUS},
1080
1079
  {"Key_writes",               (char*) offsetof(KEY_CACHE, global_cache_write), SHOW_KEY_CACHE_LONGLONG},
1081
1080
  {"Last_query_cost",          (char*) offsetof(system_status_var, last_query_cost), SHOW_DOUBLE_STATUS},
1082
1081
  {"Max_used_connections",     (char*) &max_used_connections,  SHOW_INT},
1083
 
  {"Open_files",               (char*) &internal::my_file_opened,    SHOW_INT_NOFLUSH},
1084
 
  {"Open_streams",             (char*) &internal::my_stream_opened,  SHOW_INT_NOFLUSH},
1085
1082
  {"Open_table_definitions",   (char*) &show_table_definitions_cont, SHOW_FUNC},
1086
1083
  {"Open_tables",              (char*) &show_open_tables_cont,       SHOW_FUNC},
1087
 
  {"Opened_files",             (char*) &internal::my_file_total_opened, SHOW_INT_NOFLUSH},
1088
1084
  {"Opened_tables",            (char*) offsetof(system_status_var, opened_tables), SHOW_LONG_STATUS},
1089
1085
  {"Opened_table_definitions", (char*) offsetof(system_status_var, opened_shares), SHOW_LONG_STATUS},
1090
1086
  {"Questions",                (char*) offsetof(system_status_var, questions), SHOW_LONG_STATUS},