~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/statement_boundaries.result

  • Committer: Brian Aker
  • Date: 2011-01-12 06:45:23 UTC
  • mto: (2073.1.4 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: brian@tangent.org-20110112064523-rqhptaqbph22qmj1
RemoveĀ customĀ error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
SHOW STATUS LIKE 'Handler_commit%';
7
7
Variable_name   Value
8
8
Handler_commit  0
9
 
COMMIT;
10
9
DROP SCHEMA IF EXISTS boundaries;
11
10
Warnings:
12
11
Note    1008    Can't drop schema 'boundaries'; schema doesn't exist
21
20
SHOW STATUS LIKE 'Handler_commit%';
22
21
Variable_name   Value
23
22
Handler_commit  1
 
23
BEGIN;
24
24
DROP SCHEMA IF EXISTS boundaries;
25
25
Warnings:
26
26
Note    1008    Can't drop schema 'boundaries'; schema doesn't exist
27
 
BEGIN;
28
27
COMMIT;
29
28
SHOW STATUS LIKE 'Handler_commit%';
30
29
Variable_name   Value
78
77
SHOW STATUS LIKE 'Handler_commit%';
79
78
Variable_name   Value
80
79
Handler_commit  4
81
 
COMMIT;
82
80
drop table commit_test;
83
81
SHOW STATUS LIKE 'Handler_commit%';
84
82
Variable_name   Value