summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc
index 0c1fb07d761..7032fdae939 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -9588,7 +9588,7 @@ uint check_join_cache_usage(JOIN_TAB *tab,
uint table_index,
JOIN_TAB *prev_tab)
{
- COST_VECT cost;
+ Cost_estimate cost;
uint flags= 0;
ha_rows rows= 0;
uint bufsz= 4096;