mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-18265: Replace deprecated variable debug to debug_dbug on Galera tests
deleted: mysql-test/suite/galera/r/MW-86.result deleted: mysql-test/suite/galera/r/mysql-wsrep#216.result modified: mysql-test/suite/galera/t/GCF-1081.test modified: mysql-test/suite/galera_3nodes_sr/r/GCF-832.result modified: mysql-test/suite/galera_3nodes_sr/t/GCF-810A.test modified: mysql-test/suite/galera_3nodes_sr/t/GCF-810B.test modified: mysql-test/suite/galera_3nodes_sr/t/GCF-810C.test modified: mysql-test/suite/galera_3nodes_sr/t/GCF-832.test modified: mysql-test/suite/galera_sr/r/mysql-wsrep-features#35.result modified: mysql-test/suite/galera_sr/t/mysql-wsrep-features#35.test
This commit is contained in:
@@ -9,7 +9,7 @@ CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
|
||||
--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
|
||||
SELECT COUNT(*) = 0 FROM t1;
|
||||
SET SESSION wsrep_sync_wait = 0;
|
||||
SET GLOBAL debug = '+d,sync.wsrep_apply_cb';
|
||||
SET GLOBAL debug_dbug = '+d,sync.wsrep_apply_cb';
|
||||
|
||||
--connection node_1
|
||||
SET SESSION wsrep_trx_fragment_size = 1;
|
||||
@@ -34,7 +34,7 @@ SELECT COUNT(*) = 0 FROM t1;
|
||||
COMMIT;
|
||||
|
||||
--connection node_2a
|
||||
SET GLOBAL debug = '';
|
||||
SET GLOBAL debug_dbug = '';
|
||||
SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb";
|
||||
|
||||
--connection node_2
|
||||
|
Reference in New Issue
Block a user