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

Bug#20816223 test fix.

Embedded server does not support restarting and needs to skip the test.
parent 25323de2
--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);
......
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