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

SQL, IB: option to drop historical rows on ALTER [closes #249]

This commit is contained in:
Eugene Kosov
2017-09-01 12:41:46 +03:00
committed by GitHub
parent a6aaa4fefe
commit c2a70c8050
19 changed files with 151 additions and 69 deletions

View File

@ -711,7 +711,7 @@ typedef struct system_variables
my_bool vers_force;
ulong vers_hide;
my_bool vers_innodb_algorithm_simple;
my_bool vers_ddl_survival;
ulong vers_alter_history;
} SV;
/**