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_misses;
ulonglong table_open_cache_overflows;
ulonglong send_metadata_skips;
double last_query_cost;
double cpu_time, busy_time;
uint32 threads_running;