List:Commits« Previous MessageNext Message »
From:jani Date:May 30 2007 7:10am
Subject:bk commit into 5.1 tree (jani:1.2521)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jani. When jani 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-30 10:10:11+03:00, jani@stripped +1 -0
  Added escapes for double quotes and parenthesis.

  mysql-test/lib/mtr_report.pl@stripped, 2007-05-30 10:10:05+03:00, jani@stripped +1 -1
    Added escapes for double quotes and parenthesis.

# 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:	jani
# Host:	a88-113-38-195.elisa-laajakaista.fi
# Root:	/home/my/bk/mysql-5.1-marvel

--- 1.49/mysql-test/lib/mtr_report.pl	2007-05-29 21:07:46 +03:00
+++ 1.50/mysql-test/lib/mtr_report.pl	2007-05-30 10:10:05 +03:00
@@ -287,7 +287,7 @@
           {
             # Skip some non fatal warnings from the log files
             if (
-		/"SELECT UNIX_TIMESTAMP()" failed on master/ or
+		/\"SELECT UNIX_TIMESTAMP\(\)\" failed on master/ or
 		/Aborted connection/ or
 		/Client requested master to start replication from impossible position/ or
 		/Could not find first log file name in binary log/ or
Thread
bk commit into 5.1 tree (jani:1.2521)jani30 May