diff options
author | unknown <sanja@montyprogram.com> | 2012-11-26 21:22:44 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2012-11-26 21:22:44 +0200 |
commit | b8b875cb796743240bed71857eae73d37f03c28f (patch) | |
tree | 6b45273eaac9589544049fdac10d9e750cc671d1 /sql-common | |
parent | 5e345281e3599c793fdea771d0f23eb19f22d601 (diff) | |
download | mariadb-git-b8b875cb796743240bed71857eae73d37f03c28f.tar.gz |
Fix of MDEV-3874: Server crashes in Item_field::print on a SELECT from a MERGE view with materialization+semijoin, subquery, ORDER BY.
The problem was that in debugging binaries it try to print item to assign human readable name to the item.
But subquery item was already freed (join_free/cleanup with full cleanup) so Item_field refers to temporary
table which memory had been already freed.
Diffstat (limited to 'sql-common')
0 files changed, 0 insertions, 0 deletions