diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-12-03 18:52:21 +0300 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-12-03 18:52:21 +0300 |
commit | 6a5bbd4bdc5535d524b7e1f009fd81b2cc21544c (patch) | |
tree | b62045570f036a9697db41394717aa2cf3fe62c9 | |
parent | 3543d2556d57194f8f88f9981f67fbdf5f0b97ba (diff) | |
download | mariadb-git-6a5bbd4bdc5535d524b7e1f009fd81b2cc21544c.tar.gz |
Backport of:
------------------------------------------------------------
revno: 2630.13.17
committer: Davi Arnaut <Davi.Arnaut@Sun.COM>
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.
-rw-r--r-- | mysql-test/t/implicit_commit.test | 2 |
1 files changed, 1 insertions, 1 deletions
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; |