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

MDEV-14790 System versioning for system tables does not work as expected

disallow system versioning for tables in mysql database
This commit is contained in:
Aleksey Midenkov
2018-03-29 20:24:29 +02:00
committed by Sergei Golubchik
parent dba43f4bec
commit 689f83d0ce
5 changed files with 31 additions and 6 deletions

View File

@ -1955,7 +1955,7 @@ protected:
return as_row.start || as_row.end || system_time.start || system_time.end;
}
bool need_check(const Alter_info *alter_info) const;
bool check_with_conditions(const char *table_name) const;
bool check_conditions(const char *table_name, const LString &db) const;
bool check_sys_fields(const char *table_name, Alter_info *alter_info,
bool native);