summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MW-86-wait8.result
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2019-02-27 13:15:03 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2019-02-28 13:31:57 +0200
commit622e9e8a7a5e9babe1dd41e7499c20f396b6ebdf (patch)
treea497c1c7cf641c49323e2d5df2f74a4402e2e4f0 /mysql-test/suite/galera/r/MW-86-wait8.result
parent5a87e3ee874d04325bc6f106c9862c96a6a35172 (diff)
downloadmariadb-git-622e9e8a7a5e9babe1dd41e7499c20f396b6ebdf.tar.gz
MDEV-18265: Replace deprecated variable debug to debug_dbug on Galera tests
Replaced debug to debug_dbug on 10.1 on galera suite. Nothing to do in wsrep and galera_3nodes suites.
Diffstat (limited to 'mysql-test/suite/galera/r/MW-86-wait8.result')
-rw-r--r--mysql-test/suite/galera/r/MW-86-wait8.result11
1 files changed, 2 insertions, 9 deletions
diff --git a/mysql-test/suite/galera/r/MW-86-wait8.result b/mysql-test/suite/galera/r/MW-86-wait8.result
index 04c93e9a9f2..d5aa5037676 100644
--- a/mysql-test/suite/galera/r/MW-86-wait8.result
+++ b/mysql-test/suite/galera/r/MW-86-wait8.result
@@ -2,9 +2,7 @@ SELECT @@debug_sync;
@@debug_sync
ON - current signal: ''
SET SESSION wsrep_sync_wait = 8;
-SET GLOBAL debug = "+d,sync.wsrep_apply_cb";
-Warnings:
-Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
+SET GLOBAL debug_dbug = "d,sync.wsrep_apply_cb";
CREATE TABLE t_wait8 (f1 INTEGER) ENGINE=InnoDB;
INSERT INTO t_wait8 VALUES (1);
SET GLOBAL wsrep_provider_options = "repl.causal_read_timeout=PT0.1S";
@@ -35,15 +33,10 @@ SHOW TABLES;
SHOW TRIGGERS;
SHOW GLOBAL VARIABLES LIKE 'foo_bar';
SHOW WARNINGS;
-SET GLOBAL debug = "-d,sync.wsrep_apply_cb";
-Warnings:
-Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
+SET GLOBAL debug_dbug = "";
SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb";
SET SESSION wsrep_sync_wait = default;
DROP TABLE t_wait8;
-SET GLOBAL debug = NULL;
-Warnings:
-Warning 1287 '@@debug' is deprecated and will be removed in a future release. Please use '@@debug_dbug' instead
SET debug_sync='RESET';
SELECT @@debug_sync;
@@debug_sync