762
760
{"Key_write_requests", (char*) offsetof(KEY_CACHE, global_cache_w_requests), SHOW_KEY_CACHE_LONGLONG},
763
761
{"Key_writes", (char*) offsetof(KEY_CACHE, global_cache_write), SHOW_KEY_CACHE_LONGLONG},
764
762
{"Last_query_cost", (char*) offsetof(system_status_var, last_query_cost), SHOW_DOUBLE_STATUS},
765
{"Max_used_connections", (char*) &max_used_connections, SHOW_INT},
763
{"Max_used_connections", (char*) ¤t_global_counters.max_used_connections, SHOW_INT},
766
764
{"Questions", (char*) offsetof(system_status_var, questions), SHOW_LONG_STATUS},
767
765
{"Select_full_join", (char*) offsetof(system_status_var, select_full_join_count), SHOW_LONG_STATUS},
768
766
{"Select_full_range_join", (char*) offsetof(system_status_var, select_full_range_join_count), SHOW_LONG_STATUS},