~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/alter_database.result

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
create database foo;
2
2
show create database foo;
3
3
Database        Create Database
4
 
foo     CREATE DATABASE `foo`
 
4
foo     CREATE DATABASE `foo` COLLATE = utf8_general_ci
5
5
alter database foo collate = utf8_bin;
6
6
show create database foo;
7
7
Database        Create Database