mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
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.
This commit is contained in:
parent
3543d2556d
commit
6a5bbd4bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue