List:Commits« Previous MessageNext Message »
From:msvensson Date:March 20 2007 10:15am
Subject:bk commit into 5.0 tree (msvensson:1.2403) BUG#27070
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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-03-20 11:15:15+01:00, msvensson@stripped +1 -0
  Bug#27070 server logs are created unrequested and in wrong directory
  - Setting up a A->B->A replication causes relay logs being written
    by the master, remove them when test is finished
   

  mysql-test/t/rpl_dual_pos_advance.test@stripped, 2007-03-20 11:15:14+01:00, msvensson@stripped +6 -0
    Cleanup files created by test case in var/run directory

# 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:	msvensson
# Host:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.1/mysql-test/t/rpl_dual_pos_advance.test	2005-10-12 13:29:51 +02:00
+++ 1.2/mysql-test/t/rpl_dual_pos_advance.test	2007-03-20 11:15:14 +01:00
@@ -106,3 +106,9 @@ connection slave;
 sync_with_master;
 
 # End of 4.1 tests
+
+# Cleanup
+# The A->B->A replication causes the master to start writing relay logs
+# in var/run, remove them
+remove_file $MYSQLTEST_VARDIR/run/master-relay-bin.000001;
+remove_file $MYSQLTEST_VARDIR/run/master-relay-bin.index;
Thread
bk commit into 5.0 tree (msvensson:1.2403) BUG#27070msvensson20 Mar