List:Internals« Previous MessageNext Message »
From:monty Date:October 3 2001 2:02pm
Subject:bk commit into 3.23 tree
View as plain text  
Below is the list of changes that have just been commited into a local
3.23. repository of monty. When monty does a push, they will be
propogaged to the main repository and within 24 hours after the push into
the public repository. For information on how to access
the public repository see
http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet@stripped, 2001-10-03 17:02:23+03:00, monty@stripped
  Portability fix

  mysql-test/t/rpl000017.test
    1.4 01/10/03 17:02:23 monty@stripped +1 -0
    Portability fix

# 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:	monty
# Host:	hundin.mysql.fi
# Root:	/my/bk/mysql

--- 1.3/mysql-test/t/rpl000017.test	Tue Sep 18 04:58:14 2001
+++ 1.4/mysql-test/t/rpl000017.test	Wed Oct  3 17:02:23 2001
@@ -3,6 +3,7 @@
 connection master;
 reset master;
 grant file on *.* to replicate@localhost identified by 'aaaaaaaaaaaaaaab';
+grant file on *.* to replicate@stripped identified by 'aaaaaaaaaaaaaaab';
 connection slave;
 slave start;
 connection master;
Thread
bk commit into 3.23 treemonty3 Oct