diff options
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc index ed9cd541f70..0eaebfe9dc3 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -5504,7 +5504,6 @@ typedef struct st_partial_index_intersect_info intersect_fields= NULL; records_sent_to_unique= records= length= in_memory= use_cpk_filter= 0; cost= index_read_cost= in_memory_cost= 0.0; - filtered_scans.init(); filtered_scans.clear_all(); } } PARTIAL_INDEX_INTERSECT_INFO; |