mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Problem: the test waits for a 'DROP TEMPORARY TABLE' event to appear in the master's binlog, then checks on the slave whether the number of temporary tables has decreased. The slave does not sync, causing a race. Fix: check for the 'DROP TEMPORARY TABLE' event on slave instead of on master.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed