mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Removed not used and not visible send_metdata_skip variable.
Reviewed-by: Sergei Golubchik <serg@mariadb.org>
This commit is contained in:
parent
88d9348dfc
commit
2085f36c6c
1 changed files with 0 additions and 1 deletions
|
@ -1037,7 +1037,6 @@ typedef struct system_status_var
|
|||
ulonglong table_open_cache_hits;
|
||||
ulonglong table_open_cache_misses;
|
||||
ulonglong table_open_cache_overflows;
|
||||
ulonglong send_metadata_skips;
|
||||
double last_query_cost;
|
||||
double cpu_time, busy_time;
|
||||
uint32 threads_running;
|
||||
|
|
Loading…
Reference in a new issue