mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SQL: WHERE top level item [#365 bug 11]
Tests affected (forced mode): main.range main.range_mrr_icp
This commit is contained in:
@ -7347,6 +7347,7 @@ SEL_TREE *Item_func_in::get_func_row_mm_tree(RANGE_OPT_PARAM *param,
|
||||
|
||||
key_col->bring_value();
|
||||
key_col_info.comparator= row_cmp_item->get_comparator(i);
|
||||
DBUG_ASSERT(key_col_info.comparator);
|
||||
key_col_info.comparator->store_value(key_col);
|
||||
col_comparators++;
|
||||
|
||||
|
Reference in New Issue
Block a user