~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/tests/r/create_conflict.result

  • Committer: Brian Aker
  • Date: 2011-01-11 07:12:09 UTC
  • mfrom: (2068.5.6 catalogs)
  • Revision ID: brian@gir-3-20110111071209-ntbex8btgayoq00v
MergeĀ inĀ catalogs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT CREATE_CATALOG("foo");
 
2
CREATE_CATALOG("foo")
 
3
1
 
4
SELECT CREATE_CATALOG("foo");
 
5
ERROR HY000: Cannot create catalog 'foo'.
 
6
SELECT DROP_CATALOG("foo");
 
7
DROP_CATALOG("foo")
 
8
1