From ad126d90e019f223470e73e1b2b528f9007c4532 Mon Sep 17 00:00:00 2001 From: "lars@mysql.com" <> Date: Thu, 22 Dec 2005 06:39:02 +0100 Subject: WL#1012: All changes as one single changeset. This includes both code and test cases. --- mysql-test/r/rpl_multi_update.result | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'mysql-test/r/rpl_multi_update.result') diff --git a/mysql-test/r/rpl_multi_update.result b/mysql-test/r/rpl_multi_update.result index 04cb1bc7460..524278be042 100644 --- a/mysql-test/r/rpl_multi_update.result +++ b/mysql-test/r/rpl_multi_update.result @@ -24,16 +24,4 @@ a b 1 0 2 1 UPDATE t1, t2 SET t1.b = t2.b WHERE t1.a = t2.a; -delete from t1; -delete from t2; -insert into t1 values(1,1); -insert into t2 values(1,1); -update t1 set a=2; -UPDATE t1, t2 SET t1.a = t2.a; -select * from t1; -a b -1 1 -select * from t2; -a b -1 1 drop table t1, t2; -- cgit v1.2.1