Skip to content
/ server Public

Commit df50563

Browse files
committed
MDEV-38598 : Galera test failure on MW-86-wait8
Test failure is caused by regression introduced by commit 4de773e that changed error code when function does not exists.
1 parent 540e6da commit df50563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/galera/t/MW-86-wait8.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ SHOW DATABASES;
6767
--error 0
6868
SHOW ENGINE InnoDB STATUS;
6969

70-
--error ER_LOCK_WAIT_TIMEOUT
70+
--error ER_SP_DOES_NOT_EXIST
7171
SHOW FUNCTION CODE f1;
7272

7373
--error ER_LOCK_WAIT_TIMEOUT
@@ -82,7 +82,7 @@ SHOW INDEX FROM t1;
8282
--error ER_LOCK_WAIT_TIMEOUT
8383
SHOW OPEN TABLES;
8484

85-
--error ER_LOCK_WAIT_TIMEOUT
85+
--error ER_SP_DOES_NOT_EXIST
8686
SHOW PROCEDURE CODE p1;
8787

8888
--error ER_LOCK_WAIT_TIMEOUT

0 commit comments

Comments
 (0)