~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/statement_boundaries.result

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:27:09 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103032709-oyvfrc6eb8fzj0mr
fix docs warning: docs/unlock.rst:2: (WARNING/2) Title underline too short.

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