mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-16470: switch off user variables (and fixes of its support)
This commit is contained in:
@ -793,7 +793,9 @@ typedef struct system_variables
|
||||
ulong session_track_transaction_info;
|
||||
my_bool session_track_schema;
|
||||
my_bool session_track_state_change;
|
||||
#ifdef USER_VAR_TRACKING
|
||||
my_bool session_track_user_variables;
|
||||
#endif // USER_VAR_TRACKING
|
||||
my_bool tcp_nodelay;
|
||||
|
||||
ulong threadpool_priority;
|
||||
|
Reference in New Issue
Block a user