1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-09 11:41:36 +03:00
Files
mariadb/mysql-test/suite/rpl
QWenQ c45a34b2fb MDEV-36002 --master-retry-count=0 can still stop
When master-retry-count equals 0, it means the slave will
try to reconnect to the master continuously. But, when the number
of tries err_count overflows to 0, the connection will abort.

So, when an overflow occurs, we still need to check master-retry-cout
value. If master-retry-count equals 0, reconnection should continue.

Reviewed-by: ParadoxV5 <paradox.ver5@gmail.com>
2025-08-07 20:06:42 -06:00
..
2024-12-05 10:11:58 +01:00

How to run.
===========

./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed