~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/default_collation.result

  • Committer: Brian Aker
  • Date: 2010-02-11 22:56:25 UTC
  • Revision ID: brian@gaz-20100211225625-63v3e79p78blva2u
Remove WEIGHT_STRING() from parser (where it does not belong). If someone
wants to they can reimplement this as a straight function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
alter database mysqltest collate = utf8_general_ci;
6
6
show create database mysqltest;
7
7
Database        Create Database
8
 
mysqltest       CREATE DATABASE `mysqltest` COLLATE = utf8_general_ci
 
8
mysqltest       CREATE DATABASE `mysqltest`
9
9
alter database mysqltest collate = utf8_bin;
10
10
show create database mysqltest;
11
11
Database        Create Database