1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

After-merge fix: Adjust some results.

This commit is contained in:
Marko Mäkelä
2017-09-21 07:58:08 +03:00
parent 625951cb28
commit 72a8024217
6 changed files with 17 additions and 17 deletions

View File

@ -212,7 +212,7 @@ ERROR 42S02: 'test.t1' is not a SEQUENCE
drop table t1;
alter sequence if exists t1 minvalue=100;
Warnings:
Note 4088 Unknown SEQUENCE: 'test.t1'
Note 4089 Unknown SEQUENCE: 'test.t1'
alter sequence t1 minvalue=100;
ERROR 42S02: Table 'test.t1' doesn't exist
create sequence t1;