1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/mysql-test/r
unknown 0fb1527e95 Bug #36011: server crash with explain extended on query
with dependent subqueries
An IN subquery is executed on EXPLAIN when it's not correlated.
If the subquery required a temporary table for its execution
not all the internal structures were restored from pointing to
the items of the temporary table to point back to the items of
the subquery.
Fixed by restoring the ref array when a temp tables were used in
executing the IN subquery during EXPLAIN EXTENDED.


mysql-test/r/subselect.result:
  Bug #36011: test case
mysql-test/t/subselect.test:
  Bug #36011: test case
sql/sql_select.cc:
  Bug #36011: restore the ref array after execution 
  when there were temp tables.
2008-05-16 17:05:55 +03:00
..
2007-03-29 11:20:08 +02:00
2008-04-01 12:29:53 +02:00
2007-11-06 20:31:40 +02:00
2007-12-13 15:47:23 +04:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-11-05 18:23:55 +04:00
2007-11-24 15:02:29 +04:00
2008-03-27 09:37:20 -03:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2007-07-11 18:45:35 -07:00
2008-03-28 23:39:47 +03:00
2007-11-02 13:40:34 +03:00
2007-08-31 16:59:07 +05:00
2008-03-02 21:20:36 +03:00
2007-10-26 08:42:33 +02:00
2008-01-27 16:41:29 +01:00
2007-03-29 11:20:08 +02:00
2007-11-05 20:18:22 +01:00
2008-01-22 14:18:47 +01:00
2007-11-20 20:15:20 +04:00
2007-11-30 18:06:28 +01:00
2008-01-29 19:21:21 +08:00
2007-09-24 12:42:44 +02:00
2007-06-06 18:55:21 +05:00
2008-03-03 15:02:34 +04:00
2007-04-17 12:32:01 +02:00
2008-03-14 20:51:32 +01:00
2007-03-29 09:08:30 +05:00
2007-06-03 15:56:48 +04:00
2008-03-26 22:43:12 +04:00
2007-04-23 17:15:51 +03:00