~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/weight_string.inc

Removing global errbuff and cleaning up two remaining instances that referenced it.

Show diffs side-by-side

added added

removed removed

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