Commit 58bbe9b0 authored by Philip Stoev's avatar Philip Stoev Committed by Nirbhay Choubey

Fix suite/galera/t/galera_var_OSU_method.test

parent 504ff56e
......@@ -10,4 +10,5 @@ COUNT(*) = 2
SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1';
COUNT(*) = 1
1
SET SESSION wsrep_OSU_method = "TOI";
DROP TABLE t1;
......@@ -34,4 +34,6 @@ SELECT COUNT(*) = 2 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1';
SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 't1';
--connection node_1
SET SESSION wsrep_OSU_method = "TOI";
DROP TABLE t1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment