Below is the list of changes that have just been committed into a local
4.1 repository of psergey. When psergey does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-07-22 02:36:17+04:00, sergefp@stripped +2 -0
Add missing "DROP TABLE" clause
mysql-test/r/subselect.result@stripped, 2006-07-22 02:36:15+04:00, sergefp@stripped +1 -0
Add missing "DROP TABLE" clause
mysql-test/t/subselect.test@stripped, 2006-07-22 02:36:15+04:00, sergefp@stripped +1 -0
Add missing "DROP TABLE" clause
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: sergefp
# Host: pylon.mylan
# Root: /home/psergey/mysql-4.1-opt
--- 1.178/mysql-test/r/subselect.result 2006-07-22 02:36:20 +04:00
+++ 1.179/mysql-test/r/subselect.result 2006-07-22 02:36:20 +04:00
@@ -2894,3 +2894,4 @@
select * from t1 where NOT(s1 = ALL (select s1/s1 from t1));
s1
2
+drop table t1;
--- 1.156/mysql-test/t/subselect.test 2006-07-22 02:36:20 +04:00
+++ 1.157/mysql-test/t/subselect.test 2006-07-22 02:36:20 +04:00
@@ -1860,4 +1860,5 @@
select * from t1 where (s1 = ALL (select s1/s1 from t1));
select * from t1 where NOT(s1 = ALL (select s1/s1 from t1));
+drop table t1;
# End of 4.1 tests
| Thread |
|---|
| • bk commit into 4.1 tree (sergefp:1.2537) | Sergey Petrunia | 21 Jul |