Commit bbbe3ac8 authored by Igor Babaev's avatar Igor Babaev

Merge

parents 71e48fbf dba8cfd5
This diff is collapsed.
......@@ -394,6 +394,7 @@ typedef struct st_join_table {
}
double get_partial_join_cardinality() { return partial_join_cardinality; }
bool hash_join_is_possible();
int make_scan_filter();
} JOIN_TAB;
......@@ -1038,7 +1039,7 @@ class JOIN_CACHE :public Sql_alloc
}
JOIN_TAB *get_next_table(JOIN_TAB *tab);
friend class JOIN_CACHE_HASHED;
friend class JOIN_CACHE_BNL;
friend class JOIN_CACHE_BKA;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment