Updated test results (missed this one in last patch)

This commit is contained in:
Michael Widenius 2010-01-04 14:35:54 +02:00
parent 85d78b62cc
commit 7ae95fdef2

View File

@ -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);