1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Daemon: debug_system_versioning_show, debug_system_versioning_force

This commit is contained in:
Aleksey Midenkov
2018-01-10 10:33:23 +03:00
parent c777add74f
commit 34abee2c21
12 changed files with 111 additions and 49 deletions

View File

@ -707,7 +707,10 @@ typedef struct system_variables
ulong in_subquery_conversion_threshold;
vers_asof_timestamp_t vers_asof_timestamp;
#ifdef VERS_EXPERIMENTAL
my_bool vers_force;
ulong vers_show;
#endif
my_bool vers_innodb_algorithm_simple;
ulong vers_alter_history;
} SV;