140
137
{"Connections", (char*) ¤t_global_counters.connections, SHOW_LONGLONG},
141
138
{"Created_tmp_disk_tables", (char*) offsetof(system_status_var, created_tmp_disk_tables), SHOW_LONGLONG_STATUS},
142
139
{"Created_tmp_tables", (char*) offsetof(system_status_var, created_tmp_tables), SHOW_LONGLONG_STATUS},
143
{"Flush_commands", (char*) &refresh_version, SHOW_INT_NOFLUSH},
140
{"Flush_commands", (char*) &g_refresh_version, SHOW_INT_NOFLUSH},
144
141
{"Handler_commit", (char*) offsetof(system_status_var, ha_commit_count), SHOW_LONGLONG_STATUS},
145
142
{"Handler_delete", (char*) offsetof(system_status_var, ha_delete_count), SHOW_LONGLONG_STATUS},
146
143
{"Handler_prepare", (char*) offsetof(system_status_var, ha_prepare_count), SHOW_LONGLONG_STATUS},