summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 19:12:07 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 19:12:07 +0300
commit12414cd9f20ab6d250035b16f5a5cbc08fd6332c (patch)
treec7c1e72770d4482daa38c3f24fb8c4ec9c38aa5c /sql/opt_subselect.h
parent72f671ab7b57ccd0fb0ed2d944081c8be894dac8 (diff)
parent9b5cdeeb0f3fa9540df50d7feec8a703db4777ab (diff)
downloadmariadb-git-12414cd9f20ab6d250035b16f5a5cbc08fd6332c.tar.gz
Merge 10.4 into 10.5
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)
{
/*