1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/t
Sergey Petrunya f2b6f4e3df BUG#884184: Wrong result with RIGHT JOIN + derived_merge
- Make eliminate_tables_for_list() take into account that it is not possible
  to eliminate a table if it is used in the upper-side ON expressions. Example:

    xxx JOIN (t1 LEFT JOIN t2 ON cond ) ON func(t2.columns)

  Here it would eliminate t2 which is not possible because of use of t2.columns.
2011-11-01 12:36:43 +04:00
..
2010-02-25 23:13:11 +04:00
2010-09-12 18:40:01 +02:00
2010-06-10 11:11:52 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2011-05-12 16:31:54 +02:00
2011-01-25 12:14:28 +05:30
2009-10-28 09:52:34 +02:00
2011-05-02 20:58:45 +03:00
2010-11-25 00:57:34 +02:00
2009-09-29 17:38:40 +02:00
2010-01-15 17:27:55 +02:00
2011-02-20 18:51:43 +02:00
2011-02-20 18:51:43 +02:00
2011-05-03 19:10:10 +03:00
2009-09-08 00:50:10 +04:00
2011-09-02 10:11:13 +03:00
2010-11-25 00:57:34 +02:00
2009-09-08 00:50:10 +04:00
2011-09-08 16:57:46 +03:00
2010-11-25 00:57:34 +02:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2009-05-06 15:00:14 +05:30
2009-10-28 09:52:34 +02:00
2011-02-20 18:51:43 +02:00
2009-06-09 15:19:13 +02:00
2009-06-09 15:19:13 +02:00
2010-10-19 15:58:35 +02:00
2010-09-09 21:16:01 -07:00
2011-05-02 20:58:45 +03:00
2011-03-29 10:09:05 +02:00
2010-09-06 02:15:34 +03:00
2010-11-23 23:39:59 +02:00
2011-02-20 18:51:43 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2010-09-06 02:15:34 +03:00
2009-06-25 02:44:14 +04:00
2011-05-02 20:58:45 +03:00
2010-08-25 22:22:33 +02:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2009-10-28 09:52:34 +02:00
2009-08-12 12:03:05 +02:00
2010-06-14 18:58:52 +02:00
2010-11-25 00:57:34 +02:00
2011-05-02 20:58:45 +03:00
2009-09-08 00:50:10 +04:00
2009-10-28 09:52:34 +02:00
2011-01-14 02:05:10 -08:00
2010-01-15 10:51:39 +02:00
2009-10-28 09:52:34 +02:00
2011-05-02 20:58:45 +03:00
2009-07-03 10:19:32 +02:00
2009-11-27 18:10:28 +02:00
2010-04-08 14:10:05 +02:00
2010-03-21 21:58:19 +01:00
2009-06-10 11:58:36 +03:00
2011-02-20 18:51:43 +02:00
2011-09-05 09:29:49 +03:00
2010-06-10 11:11:52 +02:00
2011-09-13 18:46:47 +03:00
2011-07-21 11:20:55 +03:00