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:
@ -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;
|
||||
|
Reference in New Issue
Block a user