Skip to content

Commit

Permalink
Revert MDEV-25114
Browse files Browse the repository at this point in the history
Revert 88a4be7 and
9d97f92, which had been
prematurely pushed by accident.
  • Loading branch information
dr-m committed Sep 24, 2021
1 parent cfe1a25 commit f59f5c4
Show file tree
Hide file tree
Showing 18 changed files with 230 additions and 766 deletions.
7 changes: 0 additions & 7 deletions mysql-test/suite/galera/r/galera_UK_conflict.result
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ f1 f2 f3
10 10 0
INSERT INTO t1 VALUES (7,7,7);
INSERT INTO t1 VALUES (8,8,8);
SELECT COUNT(*) FROM t1;
COUNT(*)
7
SELECT * FROM t1;
f1 f2 f3
1 1 0
Expand All @@ -81,16 +78,12 @@ f1 f2 f3
8 8 8
10 10 0
connection node_1;
SELECT COUNT(*) FROM t1;
COUNT(*)
7
SELECT * FROM t1;
f1 f2 f3
1 1 0
3 3 1
4 4 2
5 5 2
7 7 7
8 8 8
10 10 0
DROP TABLE t1;
163 changes: 0 additions & 163 deletions mysql-test/suite/galera/r/galera_bf_kill_debug.result

This file was deleted.

16 changes: 16 additions & 0 deletions mysql-test/suite/galera/r/galera_toi_ddl_fk_insert.result
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ connection node_1a;
connection node_1b;
connection node_2;
connection node_2a;
connection node_1;
SET SESSION wsrep_sync_wait=15;
SELECT COUNT(*) FROM parent;
COUNT(*)
20001
SELECT COUNT(*) FROM child;
COUNT(*)
10000
connection node_2;
SET SESSION wsrep_sync_wait=15;
SELECT COUNT(*) FROM parent;
COUNT(*)
20001
SELECT COUNT(*) FROM child;
COUNT(*)
10000
DROP TABLE child;
DROP TABLE parent;
DROP TABLE ten;
4 changes: 0 additions & 4 deletions mysql-test/suite/galera/t/galera_UK_conflict.test
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,9 @@ SELECT * FROM t1;
# original state in node 1
INSERT INTO t1 VALUES (7,7,7);
INSERT INTO t1 VALUES (8,8,8);
SELECT COUNT(*) FROM t1;
SELECT * FROM t1;

--connection node_1
--let $wait_condition = SELECT COUNT(*) = 7 FROM t1
--source include/wait_condition.inc
SELECT COUNT(*) FROM t1;
SELECT * FROM t1;

DROP TABLE t1;
9 changes: 0 additions & 9 deletions mysql-test/suite/galera/t/galera_bf_kill_debug.cnf

This file was deleted.

Loading

0 comments on commit f59f5c4

Please sign in to comment.