1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#20816223 test fix.

Embedded server does not support restarting and needs to skip the test.
This commit is contained in:
Marko Mäkelä
2015-04-09 16:43:33 +03:00
parent 25323de2a4
commit a3e80aeac8

View File

@ -1,4 +1,6 @@
--source include/have_innodb.inc
# Embedded server does not support restarting.
--source include/not_embedded.inc
CREATE TABLE t1 (a INT) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);