Commit 138cd311 authored by Marko Mäkelä's avatar Marko Mäkelä

Galera after-merge fix

galera_sr.MDEV-28971: Adjust the expected error code.

This fixes up the merge commit 2b99e5f7
parent af69506d
......@@ -15,6 +15,6 @@ INSERT INTO t1 VALUES ('AAF');
SELECT SETVAL (SEQ, 100);
ALTER TABLE t1 ADD CONSTRAINT constraint_1 UNIQUE (a);
INSERT INTO t1 VALUES();
--error ER_KEY_COLUMN_DOES_NOT_EXITS
--error ER_KEY_COLUMN_DOES_NOT_EXIST
ALTER TABLE t1 ADD KEY(b (50));
DROP TABLE t1,SEQ;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment