1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Disable the Bug #60049 test on embedded, as it requires server restart.

This commit is contained in:
Marko Mäkelä
2011-02-17 09:45:07 +02:00
parent 6459e2c3e1
commit 61449541fb
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# This test requires a fresh server start-up and a slow shutdown.
# This was a suspected bug (not a bug).
-- source include/not_embedded.inc
-- source include/have_innodb_plugin.inc
CREATE TABLE t(a INT)ENGINE=InnoDB;