Skip to content

Commit

Permalink
Updated galera .result files
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Feb 12, 2018
1 parent 4087683 commit 19dd14e
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
Expand Up @@ -19,7 +19,7 @@ UPDATE t1 SET f2 = 'CDE' WHERE f1 = 'XYZ' AND f1017 = 'XYZ';
COMMIT;
connection node_1;
COMMIT;
ERROR 40001: wsrep aborted transaction
ERROR 40001: Deadlock: 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
Expand Up @@ -35,6 +35,6 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001: wsrep aborted transaction
ERROR 40001: Deadlock: 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
Expand Up @@ -18,6 +18,6 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001: wsrep aborted transaction
ERROR 40001: Deadlock: 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
Expand Up @@ -23,7 +23,7 @@ connection node_1;
COMMIT;
connection node_2;
COMMIT;
ERROR 40001: wsrep aborted transaction
ERROR 40001: Deadlock: wsrep aborted transaction
include/diff_servers.inc [servers=1 2]
DROP SCHEMA test;
CREATE SCHEMA test;

0 comments on commit 19dd14e

Please sign in to comment.