[MDEV-28428] Master_SSL_Crl shows Master_SSL_CA value in SHOW SLAVE STATUS output Created: 2022-04-27 Updated: 2022-04-28 Resolved: 2022-04-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements, Replication |
| Affects Version/s: | 10.3.34, 10.4.24, 10.5.15, 10.6.7, 10.7.3, 10.8.2 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When running SHOW SLAVE STATUS on a slave set up to use SSL/TLS encryption to fetch binlog events from the master the Master_SSL_Crl field in the status output wrongly shows the same value as Master_SSL_CA. E.g. set up slave with:
gives this on SHOW SLAVE STATUS:
The master.info file correctly shows the file name given to Master_SSL_Crl in CHANGE MASTER TO though. I tried to find in the code where this goes wrong, but all uses of the ssl_crl field in replication related code look correct to me ... :o |
| Comments |
| Comment by Hartmut Holzgraefe [ 2022-04-27 ] |
|
May be related to https://bugs.mysql.com/bug.php?id=70866 |