1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/t
Igor Babaev be03fe9c29 Fixed LP bug #824463.
When merging a view / derived table the function SELECT_LEX::merge_subquery
incorrectly updated the list SELECT_LEX::leaf_tables. Erroneously it
appended the leaf_tables list of the merged object L and then removed the
reference to the merged object T from the SELECT_LEX::leaf_tables list.
A correct implementation should insert the list L into the
SELECT_LEX::leaf_tables list in place of the element of the list that 
refers to T.
The bug could lead to wrong results or even crashes for queries with
nested outer joins over views / derived tables.
2011-08-15 23:18:36 -07: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
2011-05-28 05:11:32 +03:00
2011-05-12 16:31:54 +02:00
2011-01-25 12:14:28 +05:30
2011-05-10 18:17:43 +03:00
2011-05-02 20:58:45 +03:00
2010-11-25 00:57:34 +02:00
2011-05-28 05:11:32 +03:00
2010-01-15 17:27:55 +02:00
2011-07-21 15:55:08 -07:00
2011-08-15 23:18:36 -07:00
2011-06-21 15:50:07 +03:00
2011-06-10 21:15:13 +02:00
2011-05-03 19:10:10 +03:00
2011-05-10 23:20:35 +03:00
2010-11-25 00:57:34 +02:00
2011-06-07 18:13:02 +02:00
2011-06-09 17:23:39 +02:00
2010-11-25 00:57:34 +02:00
2011-06-07 18:13:02 +02:00
2011-06-10 21:15:13 +02:00
2011-05-02 20:58:45 +03:00
2011-05-02 20:58:45 +03:00
2011-01-18 00:53:41 +02:00
2011-07-20 21:55:55 -07:00
2010-12-27 14:22:05 -08:00
2011-02-20 18:51:43 +02:00
2010-10-19 15:58:35 +02:00
2011-07-29 17:09:16 -07:00
2011-08-09 10:28:57 +03:00
2011-06-24 21:43:31 +04:00
2011-05-02 20:58:45 +03:00
2011-01-11 15:36:41 +02:00
2011-03-29 10:09:05 +02:00
2010-09-06 02:15:34 +03:00
2011-05-19 19:19:44 +02:00
2010-11-23 23:39:59 +02:00
2010-09-06 02:15:34 +03:00
2011-05-02 20:58:45 +03:00
2011-05-10 18:17:43 +03:00
2010-08-25 22:22:33 +02:00
2011-05-02 20:58:45 +03:00
2011-05-10 18:17:43 +03:00
2010-06-14 18:58:52 +02:00
2010-11-25 00:57:34 +02:00
2011-05-28 05:11:32 +03:00
2011-08-05 22:01:49 +04:00
2011-05-02 20:58:45 +03:00
2009-11-27 18:10:28 +02:00
2011-06-03 21:45:24 +04:00
2011-07-18 23:45:38 +03:00
2011-07-19 23:19:10 +03:00
2011-07-20 16:09:28 -07:00
2011-05-28 05:11:32 +03:00
2010-05-26 21:55:40 +03:00
2011-05-28 05:11:32 +03:00
2011-06-09 17:23:39 +02:00
2011-06-07 18:13:02 +02:00
2011-06-09 17:23:39 +02:00
2011-05-19 19:01:46 +02:00
2011-05-28 05:11:32 +03:00
2010-06-10 11:11:52 +02:00
2011-03-09 15:47:59 +02:00
2011-05-10 18:17:43 +03:00
2011-05-31 15:33:14 +03:00
2011-08-11 20:24:32 -07:00
2010-10-27 16:31:22 -07:00
2011-03-31 14:29:23 +02:00