~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/r/unsafe_binlog_innodb.result

  • Committer: Stewart Smith
  • Date: 2010-12-29 04:14:46 UTC
  • mto: (2099.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2100.
  • Revision ID: stewart@flamingspork.com-20101229041446-0eyxy0ix8q3ro136
use explicit COMMIT in innobase unsafe_binlog test

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
set autocommit = 0;
59
59
insert into t1 select * from t2;
60
60
update t1 set b = (select e from t2 where a = d);
 
61
COMMIT;
61
62
create table t3(d int not null, e int, primary key(d)) engine = InnoDB
62
63
select * from t2;
63
64
commit;