~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/unsafe_binlog_innodb.result

  • Committer: Monty Taylor
  • Date: 2009-03-20 06:30:59 UTC
  • mfrom: (942.1.17 plugin-registration)
  • mto: This revision was merged to the branch mainline in revision 958.
  • Revision ID: mordred@inaugust.com-20090320063059-lr9hqvw15stxxgn3
Merged plugin registration branch.

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