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

SQL: Default 'simple' algorithm for InnoDB 'AS OF' [closes #175]

This commit is contained in:
kevg
2017-04-11 19:37:48 +03:00
committed by Aleksey Midenkov
parent a1d42a6f20
commit ecc6cd95c4
5 changed files with 25 additions and 14 deletions

View File

@ -710,6 +710,7 @@ typedef struct system_variables
st_vers_current_time vers_current_time;
my_bool vers_force;
ulong vers_hide;
my_bool vers_innodb_algorithm_simple;
} SV;
/**