1
0
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:
Marko Mäkelä
2022-04-06 11:51:36 +03:00
parent 5d8dcfd86c
commit fd6a464ae5
2 changed files with 2 additions and 2 deletions

View File

@ -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;