List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:April 3 2007 6:05pm
Subject:bk commit into 5.0-community tree (cmiller:1.2498)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0-community repository of cmiller. When cmiller 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-04-03 14:05:00-04:00, cmiller@stripped +2 -0
  The test suite erroneously removes backslashes.

  mysql-test/r/profiling.result@stripped, 2007-04-03 14:04:58-04:00, cmiller@stripped +1 -1
    The test suite erroneously removes backslashes.

  mysql-test/t/profiling.test@stripped, 2007-04-03 14:04:58-04:00, cmiller@stripped +1 -1
    The test suite erroneously removes backslashes.

# 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:	cmiller
# Host:	zippy.cornsilk.net
# Root:	/home/cmiller/work/mysql/mysql-5.0-community

--- 1.1/mysql-test/r/profiling.result	2007-02-22 10:03:05 -05:00
+++ 1.2/mysql-test/r/profiling.result	2007-04-03 14:04:58 -04:00
@@ -198,7 +198,7 @@
 38	#	insert into t2 values (1), (2), (3)
 39	#	insert into t3 values (1), (2), (3)
 40	#	select * from t1
-This ^^ should end in "select * from t1;\"
+This ^^ should end in "select * from t1;"
 delete from t1;
 insert into t1 values (1), (2), (3);
 insert into t1 values (1), (2), (3);

--- 1.1/mysql-test/t/profiling.test	2007-02-22 10:03:05 -05:00
+++ 1.2/mysql-test/t/profiling.test	2007-04-03 14:04:58 -04:00
@@ -113,7 +113,7 @@
 select * from t1;
 --replace_column 2 #
 show profiles;
---echo This ^^ should end in \"select * from t1;\"
+--echo This ^^ should end in "select * from t1;"
 
 delete from t1;
 insert into t1 values (1), (2), (3);
Thread
bk commit into 5.0-community tree (cmiller:1.2498)Chad MILLER3 Apr