1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug#28369 rpl test cases fail with binlog disabled

- Turn on binlog only for tests that need it
 - Skip those tests if --skip-binlog is used
This commit is contained in:
msvensson@pilot.(none)
2007-06-07 19:18:01 +02:00
parent c7ee7b33ce
commit 1afb1c8ddf
25 changed files with 94 additions and 108 deletions

View File

@@ -4,7 +4,7 @@
# This is intended to mimick how mysqldump and innobackup work.
# And it requires InnoDB
-- source include/not_embedded.inc
-- source include/have_log_bin.inc
-- source include/have_innodb.inc
connect (con1,localhost,root,,);