mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
generalize the error message
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
create table t1 (a int);
|
||||
show create table t1;
|
||||
|
||||
--error ER_VERS_TEMPORARY
|
||||
--error ER_VERS_NOT_SUPPORTED
|
||||
create temporary table tt1 (a int) with system versioning;
|
||||
|
||||
set @old_dbug=@@global.debug_dbug;
|
||||
|
Reference in New Issue
Block a user