~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/createdb_information_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:
1
 
CREATE DATABASE INFORMATION_SCHEMA;
2
 
ERROR HY000: Can't create database 'information_schema'; database exists
3
 
CREATE SCHEMA INFORMATION_SCHEMA;
4
 
ERROR HY000: Can't create database 'information_schema'; database exists