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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user