List:Internals« Previous MessageNext Message »
From:igor Date:August 16 2005 6:43am
Subject:bk commit into 4.1 tree (igor:1.2377)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of igor. When igor 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
  1.2377 05/08/15 21:43:46 igor@stripped +2 -0
  subselect.result:
    Added missing drop statement
  subselect.test:
    Added missing drop statement.

  mysql-test/r/subselect.result
    1.172 05/08/15 21:42:33 igor@stripped +1 -0
    Added missing drop statement

  mysql-test/t/subselect.test
    1.152 05/08/15 21:42:09 igor@stripped +2 -0
    Added missing dro statement.

# 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:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/dev/mysql-4.1-0

--- 1.171/mysql-test/r/subselect.result	Mon Aug 15 21:25:25 2005
+++ 1.172/mysql-test/r/subselect.result	Mon Aug 15 21:42:33 2005
@@ -2833,3 +2833,4 @@
 2
 3
 4
+DROP TABLE t1,t2,t3;

--- 1.151/mysql-test/t/subselect.test	Mon Aug 15 21:24:47 2005
+++ 1.152/mysql-test/t/subselect.test	Mon Aug 15 21:42:09 2005
@@ -1812,4 +1812,6 @@
   WHERE t1.a NOT IN (SELECT a FROM t2 LEFT JOIN t3 ON t2.b=t3.b
                        WHERE t3.b IS NOT NULL OR t2.a > 10);
 
+DROP TABLE t1,t2,t3;
+
 # End of 4.1 tests
Thread
bk commit into 4.1 tree (igor:1.2377)igor16 Aug