List:Internals« Previous MessageNext Message »
From:Alex Ivanov Date:August 17 2005 2:41pm
Subject:bk commit into 5.0 tree (aivanov:1.1985)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of alexi. When alexi 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.1985 05/08/17 18:41:19 aivanov@stripped +1 -0
  Merge aivanov@stripped:/home/bk/mysql-5.0
  into  mysql.com:/home/alexi/mysql-5.0

  mysql-test/t/select.test
    1.63 05/08/17 18:41:07 aivanov@stripped +0 -0
    Auto merged

# 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:	aivanov
# Host:	mysql.creware.com
# Root:	/home/alexi/mysql-5.0/RESYNC

--- 1.62/mysql-test/t/select.test	2005-08-16 23:26:49 +04:00
+++ 1.63/mysql-test/t/select.test	2005-08-17 18:41:07 +04:00
@@ -1850,10 +1850,8 @@
 select * from (t1 as t2 left join t1 as t3 using (a)) natural left join t1;
 select * from t1 natural left join (t1 as t2 left join t1 as t3 using (a));
 # right join on
-# TODO: WL#2486 - there is a problem in the order of tables in RIGHT JOIN
-#       check how we set next_name_resolution_table
-# select * from (t1 as t2 left join t1 as t3 using (a)) right join t1 on t1.a>1;
-# select * from t1 right join (t1 as t2 left join t1 as t3 using (a)) on t1.a>1;
+select * from (t1 as t2 left join t1 as t3 using (a)) right join t1 on t1.a>1;
+select * from t1 right join (t1 as t2 left join t1 as t3 using (a)) on t1.a>1;
 # right [outer] joing using
 select * from (t1 as t2 left join t1 as t3 using (a)) right outer join t1 using ( a );
 select * from t1 right outer join (t1 as t2 left join t1 as t3 using (a)) using ( a );
Thread
bk commit into 5.0 tree (aivanov:1.1985)Alex Ivanov17 Aug