1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

remove dead VERS_EXPERIMENTAL code

changed to use DBUG keywords instead,
so that the code is compiled and tested

added tests.
This commit is contained in:
Sergei Golubchik
2018-01-10 20:09:06 +01:00
parent 376b0ea1da
commit 5d3bae242c
13 changed files with 80 additions and 129 deletions

View File

@ -708,10 +708,6 @@ typedef struct system_variables
uint 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;