mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
SQL: VTMD for SHOW CREATE fixes [related to #125]
This commit is contained in:
@@ -65,7 +65,7 @@ end~~
|
||||
delimiter ;~~
|
||||
|
||||
create table t (a int) with system versioning;
|
||||
--error ER_NO_SUCH_TABLE
|
||||
--error ER_VERS_VTMD_ERROR
|
||||
show create table t for system_time as of now;
|
||||
|
||||
set versioning_alter_history=survive;
|
||||
|
Reference in New Issue
Block a user