Fixed lock_sync.test failure in mysql-next-mr tree in embedded mode.

Disabled execution of this test for embedded server until fix for
bug 41971 'Thread state on embedded server is always "Writing to net"'
is back-ported to this tree.
This commit is contained in:
Dmitry Lenev 2009-10-27 12:43:40 +03:00
parent dfa2acb141
commit b6e5b5e99b

View File

@ -4,6 +4,9 @@
--source include/have_debug_sync.inc --source include/have_debug_sync.inc
# We need InnoDB to be able use TL_WRITE_ALLOW_WRITE type of locks in our tests. # We need InnoDB to be able use TL_WRITE_ALLOW_WRITE type of locks in our tests.
--source include/have_innodb.inc --source include/have_innodb.inc
# Until bug#41971 'Thread state on embedded server is always "Writing to net"'
# is fixed this test can't be run on embedded version of server.
--source include/not_embedded.inc
# Save the initial number of concurrent sessions. # Save the initial number of concurrent sessions.
--source include/count_sessions.inc --source include/count_sessions.inc