------------------------------------------------------------ revno: 2787 committer: Michael Widenius <[email protected]> branch nick: maria-5.1 timestamp: Mon 2010-01-04 14:35:54 +0200 message: Updated test results (missed this one in last patch) modified: mysql-test/r/ctype_utf8.result
-- lp:maria https://code.launchpad.net/~maria-captains/maria/5.1 Your team Maria developers is subscribed to branch lp:maria. To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.
=== modified file 'mysql-test/r/ctype_utf8.result' --- mysql-test/r/ctype_utf8.result 2009-01-26 21:19:13 +0000 +++ mysql-test/r/ctype_utf8.result 2010-01-04 12:35:54 +0000 @@ -1,3 +1,5 @@ +drop table if exists t1,t2,t3,t4; +drop database if exists mysqltest; drop table if exists t1,t2; set names utf8; select left(_utf8 0xD0B0D0B1D0B2,1);
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

