We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c21ddf5 + 43eadd3 commit dcaededCopy full SHA for dcaeded
rapid/plugin/group_replication/tests/mtr/t/gr_force_member_expel.test
@@ -91,6 +91,9 @@ SET SESSION sql_log_bin= 1;
91
--let $group_replication_number_of_members= 1
92
--source ../inc/gr_wait_for_number_of_members.inc
93
94
+--let $wait_condition= SELECT @@GLOBAL.super_read_only = '1'
95
+--source include/wait_condition.inc
96
+
97
--error ER_OPTION_PREVENTS_STATEMENT
98
CREATE TABLE te (c1 INT NOT NULL PRIMARY KEY);
99
0 commit comments