1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Move tests that uses innodb to innodb.test

mysql-test/t/lock_tables_lost_commit.test:
  Ensure that innodb is compiled in
This commit is contained in:
unknown
2004-02-22 09:58:51 +02:00
parent 522e83b64a
commit 2100d85c4f
5 changed files with 33 additions and 26 deletions

View File

@ -1,5 +1,7 @@
# This is a test for bug 578
-- source include/have_innodb.inc
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);