1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/sql
Varun Gupta bdab8b74ff MDEV-11274: Executing EXPLAIN of complex query over join limit causes server to crash
For this case we have a view that is mergeable but we are not able to merge it in the
parent select because that would exceed the maximum tables allowed in the join list, so we
materialise this view
TABLE_LIST::dervied is NULL for such views, it is only set for views which have ALGORITHM=TEMPTABLE
Fixed by making sure TABLE_LIST::derived is set for views that could not be merged
2018-03-27 11:16:15 +03:00
..
2012-10-18 23:33:06 +02:00
2014-01-06 10:52:35 +05:30
2014-03-16 21:03:01 +01:00
2014-03-16 13:59:44 +01:00
2014-03-16 13:59:44 +01:00
2014-03-16 21:03:01 +01:00
2014-03-16 21:03:01 +01:00
2014-03-16 13:59:44 +01:00
2018-01-16 23:29:48 +01:00
2018-01-16 23:29:48 +01:00
2018-01-22 11:39:54 +01:00
2014-03-16 21:03:01 +01:00
2014-03-16 21:03:01 +01:00
2014-03-16 21:03:01 +01:00
2014-03-16 21:03:01 +01:00
2014-03-15 18:24:15 +01:00
2014-03-16 13:59:44 +01:00
2014-03-15 18:24:15 +01:00
2013-07-16 19:09:54 +02:00
2018-01-24 10:58:27 +01:00
2013-03-27 10:03:28 +01:00
2018-01-22 11:39:54 +01:00
2017-12-17 00:01:55 +01:00
2017-05-15 10:00:00 -07:00
2014-03-16 13:59:44 +01:00
2014-02-17 11:00:51 +01:00
2014-01-06 10:52:35 +05:30
2014-03-16 21:03:01 +01:00
2014-12-19 11:35:44 +01:00
2015-06-02 22:07:47 +02:00
2015-06-02 22:07:47 +02:00
2014-03-15 18:24:15 +01:00
2014-10-29 13:22:48 +03:00
2014-03-16 21:03:01 +01:00
2018-01-23 15:26:54 +04:00
2016-04-20 15:25:55 +02:00
2018-01-22 11:39:54 +01:00
2013-12-02 15:17:21 +04:00
2012-05-04 07:16:38 +02:00
2014-03-15 18:24:15 +01:00
2014-03-16 13:59:44 +01:00
2014-03-16 21:03:01 +01:00
2012-08-24 15:29:01 +02:00
2014-03-16 13:59:44 +01:00
2012-03-28 01:04:46 +02:00
2014-03-15 18:24:15 +01:00
2012-03-17 01:26:58 -07:00
2014-03-16 21:03:01 +01:00
2014-02-17 11:00:51 +01:00
2014-02-17 11:00:51 +01:00
2014-03-15 18:24:15 +01:00
2014-08-02 21:26:16 +02:00
2014-03-16 21:03:01 +01:00
2014-03-16 21:03:01 +01:00
2017-10-17 10:18:17 +02:00
2016-06-14 13:55:28 +02:00
2012-03-28 01:04:46 +02:00
2014-03-15 18:24:15 +01:00
2014-03-16 13:59:44 +01:00
2013-01-15 19:13:32 +01:00
2014-03-16 13:59:44 +01:00
2014-03-16 21:03:01 +01:00
2016-11-28 11:55:36 +05:30
2014-01-06 10:52:35 +05:30
2014-03-15 18:24:15 +01:00
2014-03-16 13:59:44 +01:00
2014-03-16 21:03:01 +01:00
2014-02-17 11:00:51 +01:00
2014-03-16 21:03:01 +01:00
2013-03-20 20:56:14 +01:00
2016-12-22 12:49:37 +01:00
2018-01-22 11:39:54 +01:00
2013-07-16 19:09:54 +02:00
2014-06-04 21:53:15 +04:00
2014-02-17 11:00:51 +01:00
2018-01-16 23:29:48 +01:00
2018-01-18 17:54:48 +01:00
2018-01-22 11:39:54 +01:00
2018-01-22 11:39:54 +01:00
2018-01-22 11:39:54 +01:00
2014-02-17 11:00:51 +01:00
2018-01-23 14:45:37 +04:00
2018-01-22 11:39:54 +01:00
2017-06-14 11:31:02 +02:00
2013-01-15 19:07:46 +01:00
2014-03-15 18:24:15 +01:00
2013-09-06 22:31:30 +02:00
2013-02-25 15:26:00 +01:00
2018-01-22 11:39:54 +01:00
2016-02-09 11:27:40 +01:00
2013-01-15 19:13:32 +01:00
2014-03-16 21:03:01 +01:00
2014-03-27 22:26:58 +01:00
2018-01-22 11:39:54 +01:00
2014-08-02 21:26:16 +02:00
2015-06-25 23:34:54 +03:00
2016-12-22 13:02:32 +01:00
2018-01-22 11:39:54 +01:00
2015-11-06 17:56:56 +01:00
2014-01-06 10:52:35 +05:30
2014-01-06 10:52:35 +05:30
2018-01-18 17:54:48 +01:00
2013-07-16 19:09:54 +02:00
2012-03-17 01:26:58 -07:00
2015-06-02 22:07:47 +02:00