revision-id: 87ecddcbdffbd3a221b38b4e8ab7e06af0af52a1 (mariadb-10.1.35-73-g87ecddcbdff) parent(s): 649451ae0d4c57aa524ab7ced18deb6f6621e466 author: Jan Lindström committer: Jan Lindström timestamp: 2018-10-03 08:49:57 +0300 message: MDEV-17357: Test failure on galera.galera_pc_ignore_sb Fix incorrect wsrep_provider_options set. --- mysql-test/suite/galera/t/galera_pc_ignore_sb.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/galera/t/galera_pc_ignore_sb.test b/mysql-test/suite/galera/t/galera_pc_ignore_sb.test index f24ca5cd25b..60efb88906f 100644 --- a/mysql-test/suite/galera/t/galera_pc_ignore_sb.test +++ b/mysql-test/suite/galera/t/galera_pc_ignore_sb.test @@ -35,7 +35,7 @@ SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABL SET GLOBAL wsrep_cluster_address = ''; --disable_query_log --eval SET GLOBAL wsrep_cluster_address = '$wsrep_cluster_address_orig'; ---eval SET GLOBAL wsrep_provider_options = '$wsrep_provider_options_orig'; +--eval SET GLOBAL wsrep_provider_options ='$wsrep_provider_options_orig'; --enable_query_log --connection node_2