summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqldump.test
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-05-15 12:23:16 +0200
committerunknown <df@pippilotta.erinye.com>2007-05-15 12:23:16 +0200
commit3d81d23567a842e59988ef42dd30bdeaaeca058a (patch)
tree98add85428e00bbfc7f797c528aa9633c7461fc1 /mysql-test/t/mysqldump.test
parent8b3c85b824d86a84fb35cd7c44932a88cb3a3208 (diff)
parentc317bc08cd32e6c910efa9efa7ba948b21eb2ee7 (diff)
downloadmariadb-git-3d81d23567a842e59988ef42dd30bdeaaeca058a.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-nn
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-nn mysql-test/t/mysqldump.test: Auto merged
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r--mysql-test/t/mysqldump.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test
index a6f93e759dc..7b18e2d34a2 100644
--- a/mysql-test/t/mysqldump.test
+++ b/mysql-test/t/mysqldump.test
@@ -1,6 +1,9 @@
# Embedded server doesn't support external clients
--source include/not_embedded.inc
+# Binlog is required
+--source include/have_log_bin.inc
+
--disable_warnings
DROP TABLE IF EXISTS t1, `"t"1`, t1aa, t2, t2aa, t3;
drop database if exists mysqldump_test_db;