Skip to content

Commit a3e80ae

Browse files
author
Marko Mäkelä
committed
Bug#20816223 test fix.
Embedded server does not support restarting and needs to skip the test.
1 parent 25323de commit a3e80ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/innodb/t/xa_recovery.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
--source include/have_innodb.inc
2+
# Embedded server does not support restarting.
3+
--source include/not_embedded.inc
24

35
CREATE TABLE t1 (a INT) ENGINE=InnoDB;
46
INSERT INTO t1 VALUES (1);

0 commit comments

Comments
 (0)