Commit 2f3968d9 authored by Marko Mäkelä's avatar Marko Mäkelä

After-merge fixes for Galera test results

parent 05cc028f
...@@ -19,7 +19,7 @@ UPDATE t1 SET f2 = 'CDE' WHERE f1 = 'XYZ' AND f1017 = 'XYZ'; ...@@ -19,7 +19,7 @@ UPDATE t1 SET f2 = 'CDE' WHERE f1 = 'XYZ' AND f1017 = 'XYZ';
COMMIT; COMMIT;
connection node_1; connection node_1;
COMMIT; COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction ERROR 40001: wsrep aborted transaction
ROLLBACK; ROLLBACK;
connection node_2; connection node_2;
ROLLBACK; ROLLBACK;
......
...@@ -35,6 +35,6 @@ connection node_1; ...@@ -35,6 +35,6 @@ connection node_1;
COMMIT; COMMIT;
connection node_2; connection node_2;
COMMIT; COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction ERROR 40001: wsrep aborted transaction
DROP TABLE t1; DROP TABLE t1;
DROP TABLE ten; DROP TABLE ten;
...@@ -18,6 +18,6 @@ connection node_1; ...@@ -18,6 +18,6 @@ connection node_1;
COMMIT; COMMIT;
connection node_2; connection node_2;
COMMIT; COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction ERROR 40001: wsrep aborted transaction
DROP SCHEMA test; DROP SCHEMA test;
CREATE SCHEMA test; CREATE SCHEMA test;
...@@ -23,7 +23,7 @@ connection node_1; ...@@ -23,7 +23,7 @@ connection node_1;
COMMIT; COMMIT;
connection node_2; connection node_2;
COMMIT; COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction ERROR 40001: wsrep aborted transaction
include/diff_servers.inc [servers=1 2] include/diff_servers.inc [servers=1 2]
DROP SCHEMA test; DROP SCHEMA test;
CREATE SCHEMA test; CREATE SCHEMA test;
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