1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Improve mtr replication setup

- Log slave state if sync_with_master_gtid fails, like we do
  in sync_with_master.inc
- Increase master-retry-count to 30 for slow builders
This commit is contained in:
Monty
2025-03-25 17:02:19 +02:00
parent bb5ae63aef
commit 23eb9d6821
4 changed files with 5 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ if ($_result == -1)
{
--let $_current_gtid_pos= `SELECT @@GLOBAL.gtid_slave_pos`
--echo Timeout in master_gtid_wait('$master_pos', $_slave_timeout), current slave GTID position is: $_current_gtid_pos.
--source include/show_rpl_debug_info.inc
--die Failed to sync with master
}