List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:May 15 2007 12:22pm
Subject:bk commit into 5.0 tree (df:1.2488) BUG#28372
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of df. When df does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-05-15 12:22:53+02:00, df@stripped +1 -0
  BUG#28372 mysqldump test case fails with binlog disabled

  mysql-test/t/mysqldump.test@stripped, 2007-05-15 12:22:51+02:00, df@stripped
+3 -0
    BUG#28372 don't run this test case if binlog is disabled

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	df
# Host:	pippilotta.erinye.com
# Root:	/shared/home/df/mysql/build/mysql-5.0-build-work-nn

--- 1.115/mysql-test/t/mysqldump.test	2007-04-30 11:30:04 +02:00
+++ 1.116/mysql-test/t/mysqldump.test	2007-05-15 12:22:51 +02:00
@@ -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;
Thread
bk commit into 5.0 tree (df:1.2488) BUG#28372Daniel Fischer15 May