Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-2team

into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-2team
This commit is contained in:
mkindahl@dl145h.mysql.com 2007-08-03 19:04:59 +02:00
commit 92d4958eb7

View File

@ -651,5 +651,4 @@ select * from t1 where a=if(b<10,_ucs2 0x00C0,_ucs2 0x0062);
select * from t1 where a=if(b<10,_ucs2 0x0062,_ucs2 0x00C0);
drop table t1;
--echo End of 5.0 tests