mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-13005 after-merge fixup
This commit is contained in:
@ -536,7 +536,7 @@ CREATE SEQUENCE seq1 START WITH 1 cache -1;
|
||||
|
||||
--echo # Task 4:
|
||||
CREATE TEMPORARY TABLE s1 (s1 INT);
|
||||
--error ER_NOT_SEQUENCE2
|
||||
--error ER_UNKNOWN_SEQUENCES
|
||||
DROP TEMPORARY SEQUENCE s1;
|
||||
DROP TEMPORARY TABLE s1;
|
||||
|
||||
|
Reference in New Issue
Block a user