summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MW-44.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/galera/r/MW-44.result')
-rw-r--r--mysql-test/suite/galera/r/MW-44.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/galera/r/MW-44.result b/mysql-test/suite/galera/r/MW-44.result
index a07719daca1..6973e4c78c9 100644
--- a/mysql-test/suite/galera/r/MW-44.result
+++ b/mysql-test/suite/galera/r/MW-44.result
@@ -1,5 +1,10 @@
+connection node_2;
+connection node_1;
+connection node_1;
TRUNCATE TABLE mysql.general_log;
+connection node_2;
TRUNCATE TABLE mysql.general_log;
+connection node_1;
SELECT Argument FROM mysql.general_log;
Argument
SET GLOBAL general_log='ON';
@@ -12,8 +17,10 @@ SELECT argument FROM mysql.general_log WHERE argument LIKE 'CREATE%' OR argument
argument
CREATE TABLE t1 (f1 INTEGER) ENGINE=InnoDB
ALTER TABLE t1 ADD COLUMN f2 INTEGER
+connection node_2;
SELECT Argument FROM mysql.general_log;
Argument
DROP TABLE t1;
SET GLOBAL general_log='OFF';
+connection node_1;
SET GLOBAL general_log='OFF';