1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Removed not used and not visible send_metdata_skip variable.

Reviewed-by: Sergei Golubchik <serg@mariadb.org>
This commit is contained in:
Monty
2024-12-27 17:31:42 +02:00
parent 88d9348dfc
commit 2085f36c6c

View File

@ -1037,7 +1037,6 @@ typedef struct system_status_var
ulonglong table_open_cache_hits; ulonglong table_open_cache_hits;
ulonglong table_open_cache_misses; ulonglong table_open_cache_misses;
ulonglong table_open_cache_overflows; ulonglong table_open_cache_overflows;
ulonglong send_metadata_skips;
double last_query_cost; double last_query_cost;
double cpu_time, busy_time; double cpu_time, busy_time;
uint32 threads_running; uint32 threads_running;