~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/default_collation.test

  • Committer: Brian Aker
  • Date: 2009-07-16 06:32:37 UTC
  • mfrom: (1095.1.3 merge)
  • Revision ID: brian@gaz-20090716063237-0iyo47mgo46uqaiy
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# assuming system default collation is utf8_general_ci
9
9
 
10
10
create database mysqltest collate = utf8_bin;
 
11
show create database mysqltest;
11
12
 
12
13
use mysqltest;
13
14