1
0
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:
Oleksandr Byelkin
2020-06-11 23:12:48 +02:00
parent 8ec21afc8e
commit 82f3ceed12
13 changed files with 88 additions and 72 deletions

View File

@ -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;