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
..
extension mtr: use env for perl 2020-06-23 03:24:46 +02:00
include Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
r MDEV-36002 --master-retry-count=0 can still stop 2025-08-07 20:06:42 -06:00
t MDEV-36002 --master-retry-count=0 can still stop 2025-08-07 20:06:42 -06:00
disabled.def Fix RPL tests post DEBUG_SYNC change 2023-02-10 14:44:45 +02:00
my.cnf Remove duplicated default client include from replication my.cnf 2023-09-14 12:56:41 +02:00
README
rpl_1slave_base.cnf

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

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