mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
improving a test that shows a failure. the wait condition was for data in tables but the log positions are updates after the data are unlocked. So there was a time window [after_table_unlock_for_select, log_pos_updated] where the orig cond was true but log position might be changed. the correct one is to expect the last pos of the slave's insert in the output of show_slave_status on the master.
2.0 KiB
2.0 KiB