~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/schema.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:
2
2
create schema foo;
3
3
show create schema foo;
4
4
Database        Create Database
5
 
foo     CREATE DATABASE `foo`
 
5
foo     CREATE DATABASE `foo` COLLATE = utf8_general_ci
6
6
show schemas;
7
7
Database
 
8
data_dictionary
8
9
foo
9
10
information_schema
10
11
mysql