mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
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>
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed