From a3e80aeac83565b0f09c213258c2fb6e742e4b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 9 Apr 2015 16:43:33 +0300 Subject: [PATCH] Bug#20816223 test fix. Embedded server does not support restarting and needs to skip the test. --- mysql-test/suite/innodb/t/xa_recovery.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/suite/innodb/t/xa_recovery.test b/mysql-test/suite/innodb/t/xa_recovery.test index d62206d57bb..62683a2250b 100644 --- a/mysql-test/suite/innodb/t/xa_recovery.test +++ b/mysql-test/suite/innodb/t/xa_recovery.test @@ -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);