~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/createdb_information_schema.result

  • Committer: Brian Aker
  • Date: 2009-06-05 18:49:23 UTC
  • mfrom: (1039.3.19 handler-cleanup)
  • Revision ID: brian@gaz-20090605184923-36mbxlsxkocuco1w
Merge Stewart, fix LOCK (it was dead, only for dead RENAME SCHEMA code), and
fixed Sun Studio failure.

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