Commit b6e5b5e9 authored by Dmitry Lenev's avatar Dmitry Lenev

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.
parent dfa2acb1
......@@ -4,6 +4,9 @@
--source include/have_debug_sync.inc
# We need InnoDB to be able use TL_WRITE_ALLOW_WRITE type of locks in our tests.
--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.
--source include/count_sessions.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment