Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
13.0.1
-
Unexpected results
-
Q3/2026 Replic. Maintenance
Description
# have_show_slave_status
|
CHANGE MASTER TO master_host='localhost', master_user='root'; |
|
|
#=> Yes
|
SELECT Master_SSL_Verify_Server_Cert FROM information_schema.slave_status; |
|
|
RESET SLAVE ALL; |
CHANGE MASTER TO master_host='localhost', master_user='root'; |
|
|
#=> No |
SELECT Master_SSL_Verify_Server_Cert FROM information_schema.slave_status; |
This is visible from MDEV-38497's patch, which (re)sets the option to the wrong value.
Named connections are not affected, as they were not in MDEV-38497 either.
Moreover, the patch also shows it (re)setting master_ssl and master_ssl_verify_server_cert with a literal value rather than the defaults added in MDEV-28302.
Attachments
Issue Links
- is caused by
-
MDEV-38497 RESET SLAVE ALL doesn't remove all slave related configurations
-
- Closed
-
- relates to
-
MDEV-28302 Configurable defaults for MASTER_SSL_* settings for CHANGE MASTER
-
- Closed
-
- split from
-
MDEV-38972 Refactor MDEV-37530 and MDEV-28302 to Use Internal Data Structures
-
- In Progress
-