Skip to content

Commit aab89ab

Browse files
Ramil Kalimullinbjornmu
authored andcommitted
WL#8785: Support multi-state SSL option.
After push test fixes: i_rpl.rpl_semi_sync_shutdown rpl.rpl_multi_source_mts_reset_worker_info rpl.rpl_semi_sync_after_sync rpl.rpl_semi_sync_shutdown_hang (cherry picked from commit 72b8fad8daabbe8243019825cde2038815d66f7d)
1 parent 0de656e commit aab89ab

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

mysql-test/suite/rpl/r/rpl_multi_source_mts_reset_worker_info.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Warnings:
3939
Note 1759 Sending passwords in plain text without SSL/TLS is extremely insecure.
4040
Note 1760 Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
4141
include/assert.inc [Two workers are expected to survive the last RESET SLAVE]
42-
START SLAVE;
42+
include/start_slave.inc
4343

4444
=== RESTART SERVER ===
4545
include/rpl_restart_server.inc [server_number=1 parameters: --gtid-mode=off --master-info-repository=TABLE --relay-log-info-repository=TABLE]

mysql-test/suite/rpl/t/rpl_multi_source_mts_reset_worker_info.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ eval CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PORT=$
5555
--let $assert_cond= `SELECT COUNT(*) = 0 FROM mysql.slave_worker_info`
5656
--source include/assert.inc
5757

58-
START SLAVE;
58+
--let $rpl_channel_name= ch_b
59+
--source include/start_slave.inc
5960

6061
#
6162
# Testing Worker info table after server restarts.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$SEMISYNC_PLUGIN_OPT
1+
$SEMISYNC_PLUGIN_OPT --skip-ssl
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$SEMISYNC_PLUGIN_OPT
1+
$SEMISYNC_PLUGIN_OPT --skip-ssl

0 commit comments

Comments
 (0)