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

perfschema sysvar instrumentation related changes

incomplete. locking issues
This commit is contained in:
Sergei Golubchik
2020-02-14 16:53:53 +01:00
parent 7ce517c951
commit cea187e349
3 changed files with 31 additions and 0 deletions

View File

@ -960,6 +960,10 @@ typedef struct system_status_var
#define last_system_status_var questions
#define last_cleared_system_status_var local_memory_used
/* Number of contiguous global status variables. */
const int COUNT_GLOBAL_STATUS_VARS= (offsetof(STATUS_VAR, last_system_status_var) /
sizeof(ulong)) + 1;
/*
Global status variables
*/