diff options
author | gkodinov/kgeorge@magare.gmz <> | 2008-05-16 17:05:55 +0300 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2008-05-16 17:05:55 +0300 |
commit | df3341a764ba526fc70e7b84a2817a4c90fc8981 (patch) | |
tree | fa9c710bb7a7cf881050ea378fbd7bf5e1c32e83 /.bzrignore | |
parent | c86fc51e923943c5f4113679fa7da45d8200d43e (diff) | |
download | mariadb-git-df3341a764ba526fc70e7b84a2817a4c90fc8981.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.
Diffstat (limited to '.bzrignore')
0 files changed, 0 insertions, 0 deletions