diff options
author | Igor Babaev <igor@askmonty.org> | 2010-12-24 14:36:35 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2010-12-24 14:36:35 -0800 |
commit | d9a81475c70aebc1f2542bf0c115b3ebd9649193 (patch) | |
tree | 4a4bfc01d4a13e9c293415be57ee624edb44e7c6 /sql/sql_delete.cc | |
parent | f51a26885faa0106286e63fd15f18dae6f618508 (diff) | |
download | mariadb-git-d9a81475c70aebc1f2542bf0c115b3ebd9649193.tar.gz |
Fixed LP bug#694092.
In some cases the function make_cond_for_index() was mistaken
when detecting index only pushdown conditions for a table:
a pushdown condition that was not index only could be marked
as such.
It happened because the procedure erroneously used the markers
for index only conditions that remained from the calls of
this function that extracted the index conditions for other
tables.
Fixed by erasing index only markers as soon as they are need
anymore.
Diffstat (limited to 'sql/sql_delete.cc')
0 files changed, 0 insertions, 0 deletions