summaryrefslogtreecommitdiff
path: root/.bzrignore
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@magare.gmz>2008-05-16 17:05:55 +0300
committerunknown <gkodinov/kgeorge@magare.gmz>2008-05-16 17:05:55 +0300
commitfbc2dbe3a2e12579f31466f67d61a3ced5092c2b (patch)
treefa9c710bb7a7cf881050ea378fbd7bf5e1c32e83 /.bzrignore
parent7cdbaa8e8c249ccad04787c7923f7285ca9427c3 (diff)
downloadmariadb-git-fbc2dbe3a2e12579f31466f67d61a3ced5092c2b.tar.gz
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.
Diffstat (limited to '.bzrignore')
0 files changed, 0 insertions, 0 deletions