~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/unsafe_binlog_innodb.result

  • Committer: Brian Aker
  • Date: 2010-05-27 01:25:56 UTC
  • mfrom: (1567.1.4 new-staging)
  • Revision ID: brian@gaz-20100527012556-5zgkirkl7swbigd6
Merge of Brian, Paul. PBXT compile issue, and test framework cleanup. 

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;
13
11
select ml.* from t1 as ml left join t2 as mm on (mm.id=ml.id)
14
12
where mm.id is null lock in share mode;
15
13
id      f_id    f