1
0
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:
jimw@mysql.com
2005-03-29 15:50:16 -08:00
parent eecb813c6b
commit 46eda5b998
7 changed files with 16 additions and 7 deletions

View File

@@ -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,,);