diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-05-04 20:42:43 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-05-04 20:42:43 +0400 |
commit | ddd341b71ae6b9c2dd206df64c662c0a29730ae9 (patch) | |
tree | 5ef61cfe0eb665f9bc26bc5abc9fec87d9b3c6bc /mysql-test/r/select.result | |
parent | 71422d7b143ae92a1a5802f0669d2d3d9483c2e4 (diff) | |
download | mariadb-git-ddd341b71ae6b9c2dd206df64c662c0a29730ae9.tar.gz |
MDEV-4071: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_tables with ...
- Call tmp_having->update_used_tables() *before* we have call JOIN::cleanup().
Making the call after join::cleanup() is not allowed, because subquery
predicate items walk parent join's JOIN_TAB structures. Which can be
invalidated by JOIN::cleanup().
Diffstat (limited to 'mysql-test/r/select.result')
0 files changed, 0 insertions, 0 deletions