~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to tests/r/statement_boundaries.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:
8
8
Handler_commit  0
9
9
DROP SCHEMA IF EXISTS boundaries;
10
10
Warnings:
11
 
Note    1008    Can't drop database 'boundaries'; database doesn't exist
 
11
Note    1008    Can't drop schema 'boundaries'; schema doesn't exist
12
12
SHOW STATUS LIKE 'Handler_commit%';
13
13
Variable_name   Value
14
14
Handler_commit  1
23
23
BEGIN;
24
24
DROP SCHEMA IF EXISTS boundaries;
25
25
Warnings:
26
 
Note    1008    Can't drop database 'boundaries'; database doesn't exist
 
26
Note    1008    Can't drop schema 'boundaries'; schema doesn't exist
27
27
COMMIT;
28
28
SHOW STATUS LIKE 'Handler_commit%';
29
29
Variable_name   Value