Skip to content

Commit

Permalink
After-merge fixes for Galera test results
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Sep 1, 2017
1 parent 05cc028 commit 2f3968d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/r/galera_many_columns.result
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UPDATE t1 SET f2 = 'CDE' WHERE f1 = 'XYZ' AND f1017 = 'XYZ';
COMMIT;
connection node_1;
COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
ERROR 40001: wsrep aborted transaction
ROLLBACK;
connection node_2;
ROLLBACK;
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/r/galera_many_rows.result
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
ERROR 40001: wsrep aborted transaction
DROP TABLE t1;
DROP TABLE ten;
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/r/galera_many_tables_nopk.result
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
ERROR 40001: wsrep aborted transaction
DROP SCHEMA test;
CREATE SCHEMA test;
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/r/galera_many_tables_pk.result
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ connection node_1;
COMMIT;
connection node_2;
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]
DROP SCHEMA test;
CREATE SCHEMA test;

0 comments on commit 2f3968d

Please sign in to comment.