~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/unsafe_binlog_innodb.result

Merge Stewart's dead code removal

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;
62
61
create table t3(d int not null, e int, primary key(d)) engine = InnoDB
63
62
select * from t2;
64
63
commit;