~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_schema_proto/tests/r/basic.result

  • Committer: Brian Aker
  • Date: 2010-10-14 18:58:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1854.
  • Revision ID: brian@tangent.org-20101014185848-3alpd72oxyfpornx
This cleans up error messages to state "schema" instead of database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SELECT SHOW_SCHEMA_PROTO('not_exists');
2
 
ERROR 42000: Unknown database 'not_exists'
 
2
ERROR 42000: Unknown schema 'not_exists'