List:Commits« Previous MessageNext Message »
From:msvensson Date:October 26 2006 10:54pm
Subject:bk commit into 5.0 tree (msvensson:1.2347)
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, 2006-10-26 22:54:25+02:00, msvensson@neptunus.(none) +1 -0
  Merge bk-internal:/home/bk/mysql-5.0-maint
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
  MERGE: 1.2338.1.1

  mysql-test/t/ctype_utf8.test@stripped, 2006-10-26 22:54:18+02:00, msvensson@neptunus.(none)
+0 -0
    Auto merged
    MERGE: 1.96.1.1

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-maint/RESYNC

--- 1.97/mysql-test/t/ctype_utf8.test	2006-10-26 22:54:35 +02:00
+++ 1.98/mysql-test/t/ctype_utf8.test	2006-10-26 22:54:35 +02:00
@@ -1232,17 +1232,21 @@ drop table if exists t1;
 # Bug#19960: Inconsistent results when joining
 # InnoDB tables using partial UTF8 indexes
 #
+--disable_warnings
 CREATE TABLE t1 (
   colA int(11) NOT NULL,
   colB varchar(255) character set utf8 NOT NULL,
    PRIMARY KEY  (colA)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+--enable_warnings
 INSERT INTO t1 (colA, colB) VALUES (1, 'foo'), (2, 'foo bar');
+--disable_warnings
 CREATE TABLE t2 (
   colA int(11) NOT NULL,
   colB varchar(255) character set utf8 NOT NULL,
    KEY bad  (colA,colB(3))
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+--enable_warnings
 INSERT INTO t2 (colA, colB) VALUES (1, 'foo'),(2, 'foo bar');
 SELECT * FROM t1 JOIN t2 ON t1.colA=t2.colA AND t1.colB=t2.colB
 WHERE t1.colA < 3;
Thread
bk commit into 5.0 tree (msvensson:1.2347)msvensson26 Oct