summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MW-388.result
diff options
context:
space:
mode:
authorTeemu Ollakka <teemu.ollakka@galeracluster.com>2019-03-08 17:22:30 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2019-03-11 16:33:01 +0200
commit15ccd3902e24279ff49c0365886824cf4de11b1a (patch)
tree8ee606d1d284c377a6233e9918f8f879db9a87f4 /mysql-test/suite/galera/r/MW-388.result
parent88d89ee0bae24b71416c2af4f4c2f2be7b6a033a (diff)
downloadmariadb-git-15ccd3902e24279ff49c0365886824cf4de11b1a.tar.gz
MDEV-18837 Fixed stored procedure wsrep error handling and MW-388
Fixed sync points in MW-388 and fixed SP wsrep error handling to avoid propagating wsrep errors via client-server protocol response.
Diffstat (limited to 'mysql-test/suite/galera/r/MW-388.result')
-rw-r--r--mysql-test/suite/galera/r/MW-388.result10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/suite/galera/r/MW-388.result b/mysql-test/suite/galera/r/MW-388.result
index 3e532b3e12d..ab78b989efe 100644
--- a/mysql-test/suite/galera/r/MW-388.result
+++ b/mysql-test/suite/galera/r/MW-388.result
@@ -23,15 +23,15 @@ SET SESSION wsrep_sync_wait = 0;
SET SESSION DEBUG_SYNC = 'wsrep_after_certification SIGNAL wsrep_after_certification_reached WAIT_FOR wsrep_after_certification_continue';
CALL insert_proc ();;
connection node_1a;
-SET SESSION DEBUG_SYNC = "now WAIT_FOR wsrep_after_replication_reached";
+SET SESSION DEBUG_SYNC = "now WAIT_FOR wsrep_after_certification_reached";
SET GLOBAL DEBUG_DBUG = "";
-SET DEBUG_SYNC = "now SIGNAL wsrep_after_replication_continue";
+SET DEBUG_SYNC = "now SIGNAL wsrep_after_certification_continue";
SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb";
connection node_2;
connection node_1;
-SELECT @errno = 1213;
-@errno = 1213
-1
+SELECT @errno `expect 1213`;
+expect 1213
+1213
SELECT * FROM t1;
f1 f2
1 node 2