~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/unsafe_binlog_innodb.result

Reverted my change to interval_list

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
INSERT INTO t2 VALUES (1, 0, '');
9
9
INSERT INTO t2 VALUES (8, 1, '');
10
10
commit;
 
11
DELETE ml.* FROM t1 AS ml LEFT JOIN t2 AS mm ON (mm.id=ml.id)
 
12
WHERE mm.id IS NULL;
11
13
select ml.* from t1 as ml left join t2 as mm on (mm.id=ml.id)
12
14
where mm.id is null lock in share mode;
13
15
id      f_id    f