1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-18 07:48:43 +03:00
Files
mariadb/mysql-test/t
timour@mysql.com 638198e17d Fix for BUG#13597 - columns in ON condition not resolved if references a table in a nested right join.
The problem was in that when finding the last table reference in a nested join tree,
the procedure doing the iteration over the right-most branches of a join tree
was testing for RIGHT JOINs the table reference that represents the join, and not
the second operand of the JOIN. Currently the information whether a join is LEFT/RIGHT
is stored not on the join object itself, but on one of its operands.
2005-09-30 10:39:17 +03:00
..
2005-07-28 17:09:54 +03:00
2005-09-11 22:10:04 +03:00
2005-08-30 11:04:23 -07:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-09 10:54:59 +04:00
2005-08-02 14:27:52 +05:00
2005-08-24 19:37:27 +03:00
2005-09-12 19:35:50 +05:00
2005-07-28 17:09:54 +03:00
2005-09-08 18:15:05 +01:00
2005-09-25 11:35:32 +02:00
2005-09-15 21:05:42 +02:00
2005-09-09 10:54:59 +04:00
2005-09-24 02:39:52 +04:00
2005-08-26 22:25:45 -07:00
2005-08-27 20:06:35 +05:00
2005-09-09 12:43:25 +02:00
2005-07-28 17:09:54 +03:00
2005-09-15 21:05:42 +02:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-07-28 17:09:54 +03:00
2005-09-23 14:37:22 +02:00
2005-07-28 17:09:54 +03:00
2005-09-02 09:50:17 +03:00
2005-09-21 13:53:22 +02:00
2005-09-24 04:11:51 +02:00
2005-09-24 04:11:51 +02:00
2005-09-26 22:43:09 -07:00
2005-08-22 11:34:33 +02:00
2005-07-28 17:09:54 +03:00
2005-09-15 22:21:30 +04:00
2005-08-07 21:30:46 +00:00
2005-08-19 11:38:14 +03:00
2005-09-14 23:12:01 +03:00
2005-09-22 03:23:07 +03:00
2005-08-09 00:13:49 +03:00
2005-09-26 14:17:30 +05:00
2005-09-22 02:38:14 +04:00
2005-09-26 23:29:02 -07:00
2005-08-13 08:42:35 +02:00