summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-05-15 12:23:16 +0200
committerdf@pippilotta.erinye.com <>2007-05-15 12:23:16 +0200
commit20e13f8fb1204ccbbc759430cb0d12f30d08c3c8 (patch)
tree98add85428e00bbfc7f797c528aa9633c7461fc1 /mysql-test
parent7c7ab077194a0445166ad3caf981ded1d8744492 (diff)
parent3beef02bc6a74b19e72048c7e26d93c1db7500d4 (diff)
downloadmariadb-git-20e13f8fb1204ccbbc759430cb0d12f30d08c3c8.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
Diffstat (limited to 'mysql-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;