~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

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

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CREATE CATALOG foo;
2
 
ERROR HY000: Permission is denied to create '' catalog.
 
2
ERROR HY000: Permission is denied to create 'foo' catalog.
3
3
DROP CATALOG foo;
4
 
ERROR HY000: Permission is denied to drop '' catalog.
 
4
ERROR HY000: Permission is denied to drop 'foo' catalog.