~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
set collation_connection=tis620_thai_ci;
168
168
--source include/weight_string.inc
169
169
--source include/weight_string_l1.inc
 
170
--source include/ctype_ascii_order.inc
170
171
select hex(weight_string(cast(0xE0A1 as char)));
171
172
select hex(weight_string(cast(0xE0A1 as char) as char(1)));
172
173