mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-8931: (server part of) session state tracking
System variables tracking
This commit is contained in:
@ -691,6 +691,8 @@ typedef struct system_variables
|
||||
|
||||
my_bool session_track_schema;
|
||||
my_bool session_track_state_change;
|
||||
|
||||
char *session_track_system_variables;
|
||||
} SV;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user