~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/weight_string_l1.inc

  • Committer: Brian Aker
  • Date: 2009-01-06 23:23:11 UTC
  • mfrom: (759.1.9 devel)
  • Revision ID: brian@tangent.org-20090106232311-zjmahanuauc30r8o
Merge Monty.

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