summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/opt_subselect.h')
-rw-r--r--sql/opt_subselect.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/opt_subselect.h b/sql/opt_subselect.h
index b318313fdcf..abd37f1e98e 100644
--- a/sql/opt_subselect.h
+++ b/sql/opt_subselect.h
@@ -95,7 +95,7 @@ class Loose_scan_opt
public:
Loose_scan_opt():
- try_loosescan(FALSE),
+ try_loosescan(false),
bound_sj_equalities(0),
quick_uses_applicable_index(0),
quick_max_loose_keypart(0),
@@ -103,10 +103,11 @@ public:
best_loose_scan_cost(0),
best_loose_scan_records(0),
best_loose_scan_start_key(NULL),
- best_max_loose_keypart(0)
+ best_max_loose_keypart(0),
+ best_ref_depend_map(0)
{
}
-
+
void init(JOIN *join, JOIN_TAB *s, table_map remaining_tables)
{
/*