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