~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/unsafe_binlog_innodb.result

  • Committer: Brian Aker
  • Date: 2008-07-08 16:17:31 UTC
  • Revision ID: brian@tangent.org-20080708161731-io36j7igglok79py
DATE 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;
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