~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart - Fix bug 664222: DDL operations have an implicit commit
Merge Stewart - Fix bug #695201: autocommit=1 not resetting session->server_status properly when committing ongoing txn

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;