mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Shift skipping of some tests with embedded server from within
mysql-test-run to the tests themselves.
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
# We verify that we did not introduce a deadlock.
|
||||
# This is intended to mimick how mysqldump and innobackup work.
|
||||
|
||||
# This test doesn't work with the embedded server
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
# And it requires InnoDB
|
||||
-- source include/have_innodb.inc
|
||||
|
||||
connect (con1,localhost,root,,);
|
||||
|
||||
Reference in New Issue
Block a user