From 6a5bbd4bdc5535d524b7e1f009fd81b2cc21544c Mon Sep 17 00:00:00 2001 From: Konstantin Osipov Date: Thu, 3 Dec 2009 18:52:21 +0300 Subject: Backport of: ------------------------------------------------------------ revno: 2630.13.17 committer: Davi Arnaut branch nick: 4284-6.0 timestamp: Sun 2008-07-27 10:14:46 -0300 message: Post-merge fixes: Remove dependency on binlog, require not embedded as test uses the event scheduler and disable abort on error for syntax only available on servers built with debugging support. This is a patch in scope of WL#4284 "Transactional DDL locking" mysql-test/t/implicit_commit.test: Remove dependency on binlog, require not embedded as test uses the event scheduler and disable abort on error for syntax only available on servers built with debugging support. --- mysql-test/t/implicit_commit.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/implicit_commit.test') diff --git a/mysql-test/t/implicit_commit.test b/mysql-test/t/implicit_commit.test index ed451877c77..d8ffd6e9452 100644 --- a/mysql-test/t/implicit_commit.test +++ b/mysql-test/t/implicit_commit.test @@ -1,5 +1,5 @@ source include/have_innodb.inc; -source include/have_log_bin.inc; +source include/not_embedded.inc; SET GLOBAL EVENT_SCHEDULER = OFF; SET BINLOG_FORMAT = STATEMENT; -- cgit v1.2.1