~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/include/weight_string.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

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