Commit e428f0ed authored by Marko Mäkelä's avatar Marko Mäkelä

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

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