1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix Windows build

This commit is contained in:
Vladislav Vaintroub
2018-01-16 09:18:22 +00:00
parent 0664d633e4
commit da27dc995e
3 changed files with 3 additions and 3 deletions

View File

@ -833,7 +833,7 @@ typedef struct system_status_var
ulonglong table_open_cache_overflows;
double last_query_cost;
double cpu_time, busy_time;
uint32_t threads_running;
uint32 threads_running;
/* Don't initialize */
/* Memory used for thread local storage */
int64 max_local_memory_used;