summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera/r/galera_var_wsrep_provider_options.result
blob: 5ef4a23fd90321259064020f86166cb9831abf49 (plain)
1
2
3
4
5
6
7
8
9
10
connection node_2;
connection node_1;
call mtr.add_suppression("WSREP: Unknown parameter 'a'");
call mtr.add_suppression("WSREP: Set options returned 7");
SET GLOBAL wsrep_provider_options=NULL;
ERROR HY000: Incorrect arguments to SET
SET GLOBAL wsrep_provider_options='';
SET GLOBAL wsrep_provider_options=' ';
SET GLOBAL wsrep_provider_options='a=1';
ERROR HY000: Incorrect arguments to SET