|
|||||||||||
|
bk commit into 5.0 tree (bar:1.2480)
From: <bar(at)mysql.com>
Date: Fri Aug 03 2007 - 06:57:18 EDT
ChangeSet@1.2480, 2007-08-03 15:57:14+05:00, bar@mysql.com +1 -0 After merge fix mysql-test/r/ctype_ucs.result@1.55, 2007-08-03 15:57:13+05:00, bar@mysql.com +1 -0 After merge fix diff -Nrup a/mysql-test/r/ctype_ucs.result b/mysql-test/r/ctype_ucs.result --- a/mysql-test/r/ctype_ucs.result 2007-08-03 15:30:29 +05:00@@ -895,6 +895,7 @@ hex(s2) select hex(convert(s1 using latin1)) from t1; hex(convert(s1 using latin1)) 7F +drop table t1; create table t1 (a varchar(15) character set ascii not null, b int); insert into t1 values ('a',1); select concat(a,if(b<10,_ucs2 0x0061,_ucs2 0x0062)) from t1; -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Fri Aug 3 06:58:19 2007 This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:22:54 EDT |
||||||||||
|
|||||||||||