1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#887026: Wrong result with ICP, outer join, subquery in maria-5.3-icp

- Do not push index condition if we're using a triggered ref access.
This commit is contained in:
Sergey Petrunya
2011-11-07 23:30:03 +04:00
parent e0500dbc3a
commit 7c7611d728
4 changed files with 86 additions and 16 deletions

View File

@ -136,6 +136,7 @@ typedef struct st_table_ref
bool tmp_table_index_lookup_init(THD *thd, KEY *tmp_key, Item_iterator &it,
bool value, uint skip= 0);
bool is_access_triggered();
} TABLE_REF;