1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

SQL: sysvar versioning_asof_timestamp [fixes #292, #279]

This commit is contained in:
Aleksey Midenkov
2017-10-22 20:23:16 +03:00
parent a86d6bad54
commit c9520cb0c4
9 changed files with 199 additions and 226 deletions

View File

@ -703,7 +703,7 @@ typedef struct system_variables
uint column_compression_zlib_level;
ulong in_subquery_conversion_threshold;
st_vers_current_time vers_current_time;
st_vers_asof_timestamp vers_asof_timestamp;
my_bool vers_force;
ulong vers_hide;
my_bool vers_innodb_algorithm_simple;