~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/warnings.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:
43
43
Note    1051    Unknown table 'not_exists_table'
44
44
drop database if exists not_exists_db;
45
45
Warnings:
46
 
Note    1008    Can't drop database 'not_exists_db'; database doesn't exist
 
46
Note    1008    Can't drop schema 'not_exists_db'; schema doesn't exist
47
47
show count(*) warnings;
48
48
@@session.warning_count
49
49
1