@@ -48,7 +48,6 @@ connection node_2;
4848SET DEBUG_SYNC = "now WAIT_FOR sync.wsrep_apply_toi_reached";
4949SET SESSION wsrep_sync_wait = 0;
5050connection node_1;
51- SET GLOBAL DEBUG_DBUG = '+d,wsrep_print_foreign_keys_table';
5251START TRANSACTION;
5352INSERT INTO t1 VALUES (3,0);
5453COMMIT;
@@ -62,10 +61,6 @@ connection node_1;
6261SET DEBUG_SYNC = 'RESET';
6362SET GLOBAL DEBUG_DBUG = "";
6463SET GLOBAL wsrep_slave_threads=DEFAULT;
65- connection node_1;
66- include/assert_grep.inc [Foreign key referenced table found: 2 tables]
67- include/assert_grep.inc [Foreign key referenced table found: test.t2]
68- include/assert_grep.inc [Foreign key referenced table found: test.t3]
6964connection node_2;
7065select * from t1;
7166id f2
@@ -146,7 +141,6 @@ connection node_2;
146141SET DEBUG_SYNC = "now WAIT_FOR sync.wsrep_apply_toi_reached";
147142SET SESSION wsrep_sync_wait = 0;
148143connection node_1;
149- SET GLOBAL DEBUG_DBUG = '+d,wsrep_print_foreign_keys_table';
150144START TRANSACTION;
151145INSERT INTO t1 VALUES (3,0);
152146COMMIT;
@@ -160,11 +154,6 @@ connection node_1;
160154SET DEBUG_SYNC = 'RESET';
161155SET GLOBAL DEBUG_DBUG = "";
162156SET GLOBAL wsrep_slave_threads=DEFAULT;
163- connection node_1;
164- include/assert_grep.inc [Foreign key referenced table found: 3 tables]
165- include/assert_grep.inc [Foreign key referenced table found: test.t2]
166- include/assert_grep.inc [Foreign key referenced table found: test.t3]
167- include/assert_grep.inc [Foreign key referenced table found: test.t4]
168157connection node_2;
169158select * from t1;
170159id f2
@@ -233,7 +222,6 @@ connection node_2;
233222SET DEBUG_SYNC = "now WAIT_FOR sync.wsrep_apply_toi_reached";
234223SET SESSION wsrep_sync_wait = 0;
235224connection node_1;
236- SET GLOBAL DEBUG_DBUG = '+d,wsrep_print_foreign_keys_table';
237225START TRANSACTION;
238226INSERT INTO t1 VALUES (3,0);
239227COMMIT;
@@ -247,11 +235,6 @@ connection node_1;
247235SET DEBUG_SYNC = 'RESET';
248236SET GLOBAL DEBUG_DBUG = "";
249237SET GLOBAL wsrep_slave_threads=DEFAULT;
250- connection node_1;
251- include/assert_grep.inc [Foreign key referenced table found: 2 tables]
252- include/assert_grep.inc [Foreign key referenced table found: test.t2]
253- include/assert_grep.inc [Foreign key referenced table found: test.t3]
254- include/assert_grep.inc [Foreign key referenced table found: test.t4]
255238connection node_2;
256239select * from t1;
257240id f2
@@ -323,7 +306,6 @@ connection node_2;
323306SET DEBUG_SYNC = "now WAIT_FOR sync.wsrep_apply_toi_reached";
324307SET SESSION wsrep_sync_wait = 0;
325308connection node_1;
326- SET GLOBAL DEBUG_DBUG = '+d,wsrep_print_foreign_keys_table';
327309START TRANSACTION;
328310INSERT INTO t1 VALUES (3,0);
329311COMMIT;
@@ -337,10 +319,6 @@ connection node_1;
337319SET DEBUG_SYNC = 'RESET';
338320SET GLOBAL DEBUG_DBUG = "";
339321SET GLOBAL wsrep_slave_threads=DEFAULT;
340- connection node_1;
341- include/assert_grep.inc [Foreign key referenced table found: 1 tables]
342- include/assert_grep.inc [Foreign key referenced table found: test.t2]
343- include/assert_grep.inc [Foreign key referenced table found: test.t3]
344322connection node_2;
345323select * from t1;
346324id f2
0 commit comments