~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/weight_string_l1.inc

  • Committer: Monty Taylor
  • Date: 2009-01-06 20:56:42 UTC
  • mto: This revision was merged to the branch mainline in revision 762.
  • Revision ID: mordred@inaugust.com-20090106205642-tbxu06becdqwbadp
Enabled ctype_utf8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
select @@collation_connection;
2
1
select hex(weight_string('a' LEVEL 1));
3
2
select hex(weight_string('A' LEVEL 1));
4
3
select hex(weight_string('abc' LEVEL 1));