~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/statement_boundaries.result

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

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;
9
10
DROP SCHEMA IF EXISTS boundaries;
10
11
Warnings:
11
12
Note    1008    Can't drop schema 'boundaries'; schema doesn't exist
20
21
SHOW STATUS LIKE 'Handler_commit%';
21
22
Variable_name   Value
22
23
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;
27
28
COMMIT;
28
29
SHOW STATUS LIKE 'Handler_commit%';
29
30
Variable_name   Value
77
78
SHOW STATUS LIKE 'Handler_commit%';
78
79
Variable_name   Value
79
80
Handler_commit  4
 
81
COMMIT;
80
82
drop table commit_test;
81
83
SHOW STATUS LIKE 'Handler_commit%';
82
84
Variable_name   Value