~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/statement_boundaries.result

  • Committer: Brian Aker
  • Date: 2010-03-18 02:01:59 UTC
  • mfrom: (1354.1.2 build)
  • Revision ID: brian@gaz-20100318020159-e203gkiesd6odln7
Merge  for Brian

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 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 database './boundaries/'; database 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