~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to mysql-test/t/ctype_utf8.test

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
select * from t1 where soundex(a) = soundex('test');
703
703
drop table t1;
704
704
 
 
705
#
 
706
# Bug#22638 SOUNDEX broken for international characters
 
707
#
 
708
select soundex(_utf8 0xE99885E8A788E99A8FE697B6E69BB4E696B0E79A84E696B0E997BB);
 
709
select hex(soundex(_utf8 0xE99885E8A788E99A8FE697B6E69BB4E696B0E79A84E696B0E997BB));
 
710
select soundex(_utf8 0xD091D092D093);
 
711
select hex(soundex(_utf8 0xD091D092D093));
 
712
 
705
713
 
706
714
SET collation_connection='utf8_general_ci';
707
715
-- source include/ctype_filesort.inc