diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-01-25 22:05:20 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-01-25 22:05:20 +0400 |
commit | 424f56b3bae1e45c2956bfcd8d92f43569471415 (patch) | |
tree | d77529df6eedb547a99358e41ade6efb2ca3fc55 /sql/sp_head.cc | |
parent | 364c07934cca9cdb0cc5fab9213e68b9d9964878 (diff) | |
download | mariadb-git-424f56b3bae1e45c2956bfcd8d92f43569471415.tar.gz |
BUG#920713: Wrong result (missing rows) with firstmatch+BNL, IN subquery, ...
- Disable use of join cache when we're using FirstMatch strategy, and the join
order is such that subquery's inner tables are interleaved with outer. Join
buffering code is incapable of handling such join orders.
- The testcase requires use of @@debug_optimizer_prefer_join_prefix to hit the bug,
but I'm pushing it anyway (including the mention of the variable in .test file),
so that it can be found and enabled when/if we get something comparable in the
main tree.
Diffstat (limited to 'sql/sp_head.cc')
0 files changed, 0 insertions, 0 deletions