Commit 558444e
'slave_uuid' was deprecated from MySQL 8.0.22 (julien-duponchelle#429)
Since the SHOW SLAVE HOSTS statement was deprecated from MySQL 8.0.22[1], the MySQL variable slave_uuid is also be deprecated.
To ensure version compatibility, both the replica_uuid and slave_uuid variables will be set to the MySQL Server.
This approach aligns with what was done in go-mysql[2].
Co-authored-by: davinc71998 <davinc71998@gmail.com>1 parent db86df4 commit 558444e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
309 | | - | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
0 commit comments