~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/trx_isolation_read_committed.test

  • Committer: Stewart Smith
  • Date: 2010-12-29 04:40:18 UTC
  • mto: (2099.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2100.
  • Revision ID: stewart@flamingspork.com-20101229044018-07djhyleme3zyx6y
use explicit COMMIT in trx_isolation_read_committed test instead of implicit commit in DROP TABLE

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
BEGIN;
37
37
SELECT * from t1 order by a;
38
38
 
 
39
COMMIT;
39
40
DROP TABLE t1;
40
41
 
41
42
disconnect a;