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:
committed by
Sergei Golubchik
parent
dba43f4bec
commit
689f83d0ce
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user