1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

moving bug#38694 test files into rpl suite

This commit is contained in:
Andrei Elkin
2009-04-30 16:20:38 +03:00
parent 81d05cfad5
commit f683c5e0b6
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Testing replication threads stopping concurrency issue
# at the server shutdown
# Related bugs: bug#38694, bug#29968, bug#25306
# The test checks if a delay at the termination phase of slave threads
# DBUG_EXECUTE_IF("simulate_slave_delay_at_terminate_bug38694", sleep(5););
# could cause any issue.
source include/master-slave.inc;
# End of tests