Commit 91f950b1 authored by Igor Babaev's avatar Igor Babaev

Fixed a compiler warning.

parent 597934ee
...@@ -5168,9 +5168,9 @@ bool check_index_intersect_extension(PARTIAL_INDEX_INTERSECTION_INFO *curr, ...@@ -5168,9 +5168,9 @@ bool check_index_intersect_extension(PARTIAL_INDEX_INTERSECTION_INFO *curr,
PARTIAL_INDEX_INTERSECTION_INFO *next) PARTIAL_INDEX_INTERSECTION_INFO *next)
{ {
ha_rows records; ha_rows records;
ha_rows records2;
ha_rows records_in_scans; ha_rows records_in_scans;
double cost; double cost;
ha_rows records2= 0;
ha_rows filtered_out_records= 0; ha_rows filtered_out_records= 0;
ha_rows index_scan_records= ext_index_scan->records; ha_rows index_scan_records= ext_index_scan->records;
COMMON_INDEX_INTERSECTION_INFO *common_info= curr->common_info; COMMON_INDEX_INTERSECTION_INFO *common_info= curr->common_info;
......
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