#At file:///home/dlenev/src/bzr/mysql-5.5-runtime/ based on revid:kostja@stripped
3182 Dmitry Lenev 2010-11-12
Follow-up for patch fixing bug #57006 "Deadlock between
HANDLER and FLUSH TABLES WITH READ LOCK" and bug #54673
"It takes too long to get readlock for 'FLUSH TABLES
WITH READ LOCK'".
Disable execution of flush_read_lock.test on embedded
server. This test uses too many statements which are
not supported by embedded server.
modified:
mysql-test/t/flush_read_lock.test
=== modified file 'mysql-test/t/flush_read_lock.test'
--- a/mysql-test/t/flush_read_lock.test 2010-11-11 17:11:05 +0000
+++ b/mysql-test/t/flush_read_lock.test 2010-11-12 13:57:08 +0000
@@ -7,6 +7,9 @@
--source include/have_innodb.inc
# We need the Debug Sync Facility.
--source include/have_debug_sync.inc
+# Parts of this test use DDL on events, BINLOG statement and
+# other statements which are not supported in embedded server.
+-- source include/not_embedded.inc
# Save the initial number of concurrent sessions.
--source include/count_sessions.inc
Attachment: [text/bzr-bundle] bzr/dmitry.lenev@oracle.com-20101112135708-y3ja9adnjl0ouonw.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-runtime branch (Dmitry.Lenev:3182) Bug#54673Bug#57006 | Dmitry Lenev | 12 Nov |