summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_mdev8193.test
Commit message (Collapse)AuthorAgeFilesLines
* include/master-slave.inc must always be included lastSergei Golubchik2017-09-201-1/+1
|
* MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ↵Kristian Nielsen2015-09-121-2/+2
| | | | | | | | | | replication Adjust the test case to try and avoid some sporadic failures on loaded test hosts. The wait for SQL thread to stop may complete before worker threads have completed.
* MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ↵Kristian Nielsen2015-09-111-0/+56
replication The code was using the wrong variable when comparing the binlog name for the UNTIL position. This could cause the comparison to fail after binlog rotation, in turn causing the UNTIL clause to not trigger slave stop.