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:
@ -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 @@
|
|||||||
# 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;
|
||||||
|
Reference in New Issue
Block a user