diff options
author | monty@mysql.com <> | 2005-07-28 17:09:54 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-07-28 17:09:54 +0300 |
commit | 15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c (patch) | |
tree | efa95d21efbbc033b0cabce038118a09be44e9ac /mysql-test/t/update.test | |
parent | b3cbd0048fe5fe36fe4fba9ce591b0d1b26e10a1 (diff) | |
parent | 3c12d0ae54eccaef7c265af4f782d95250308dc9 (diff) | |
download | mariadb-git-15d48525afc66df10f8f4e68c0a33a4e3ef2ae8c.tar.gz |
Merge mysql.com:/home/my/mysql-4.1
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'mysql-test/t/update.test')
-rw-r--r-- | mysql-test/t/update.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/update.test b/mysql-test/t/update.test index 66b3a2886b6..dd6c36d8414 100644 --- a/mysql-test/t/update.test +++ b/mysql-test/t/update.test @@ -214,3 +214,5 @@ insert into t2 values(1,1),(2,2); UPDATE t1 SET t1.f2=(SELECT MAX(t2.f4) FROM t2 WHERE t2.f3=t1.f1); select * from t1; drop table t1,t2; + +# End of 4.1 tests |