Werk 17035 was adapted. The following is the new Werk, a diff is shown at the end of the
message.
[//]: # (werk v2)
# mysql_replica_slave: Adapt mk_mysql for MySQL version 8.0.22 and above
key | value
---------- | ---
date | 2024-09-10T12:46:28+00:00
version | 2.3.0p17
class | feature
edition | cre
component | checks
level | 1
compatible | yes
From MySQL 8.0.22, SHOW SLAVE STATUS is deprecated and the alias SHOW REPLICA STATUS
should be used instead.
The statement works in the same way as before, only the terminology used for the statement
and its output has changed.
For the sake of compatibility, the service name will stay the same 'MySQL Slave'.
There is no user intervention required.
------------------------------------<diff>-------------------------------------------
[//]: # (werk v2)
# mysql_replica_slave: Adapt mk_mysql for MySQL version 8.0.22 and above
key | value
---------- | ---
date | 2024-09-10T12:46:28+00:00
- version | 2.3.0p16
? ^
+ version | 2.3.0p17
? ^
class | feature
edition | cre
component | checks
level | 1
compatible | yes
From MySQL 8.0.22, SHOW SLAVE STATUS is deprecated and the alias SHOW REPLICA STATUS
should be used instead.
The statement works in the same way as before, only the terminology used for the
statement and its output has changed.
For the sake of compatibility, the service name will stay the same 'MySQL
Slave'.
There is no user intervention required.
Show replies by date