~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/statement_boundaries.result

  • Committer: Brian Aker
  • Date: 2010-05-18 15:49:50 UTC
  • Revision ID: brian@gaz-20100518154950-qhctxu6lvvnyxy9i
Simplify out Open_tables_state() backup/restore (no longer needed).

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 schema 'boundaries'; schema doesn't exist
 
11
Note    1008    Can't drop database 'boundaries'; database 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 schema 'boundaries'; schema doesn't exist
 
26
Note    1008    Can't drop database 'boundaries'; database doesn't exist
27
27
COMMIT;
28
28
SHOW STATUS LIKE 'Handler_commit%';
29
29
Variable_name   Value