List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:March 20 2005 2:38pm
Subject:bk commit into 5.0 tree (joerg:1.1837)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of joerg. When joerg 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
  1.1837 05/03/20 14:38:51 joerg@stripped +1 -0
  Import Heikki's patch which was applied to the main tree only.

  mysql-test/r/endspace.result
    1.8 05/03/20 14:37:47 joerg@stripped +2 -0
    Import Heikki's patch which was applied to the main tree only.

# 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:	joerg
# Host:	trift2.
# Root:	/M50/build-5.0.3

--- 1.7/mysql-test/r/endspace.result	Wed Mar 16 13:23:46 2005
+++ 1.8/mysql-test/r/endspace.result	Sun Mar 20 14:37:47 2005
@@ -201,10 +201,12 @@
 select text1, length(text1) from t1 where text1='teststring' or text1 like
'teststring_%';
 text1	length(text1)
 teststring		11
+teststring	10
 teststring 	11
 select text1, length(text1) from t1 where text1='teststring' or text1 >=
'teststring\t';
 text1	length(text1)
 teststring		11
+teststring	10
 teststring 	11
 select concat('|', text1, '|') from t1 order by text1;
 concat('|', text1, '|')
Thread
bk commit into 5.0 tree (joerg:1.1837)Joerg Bruehe20 Mar