summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 15:56:15 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 15:56:15 +0300
commit2911a9a693512ec7d4903313028d252a8374e56e (patch)
treea1e5aa5de04949e79ab284d4179ea6459c085aa5 /sql/opt_subselect.h
parent46facaedbffe8031f249fb7ecfe114273023fc66 (diff)
parentc76873f23ddf4ba36bb14dd3415c3073c51875bf (diff)
downloadmariadb-git-2911a9a693512ec7d4903313028d252a8374e56e.tar.gz
Merge 10.2 into 10.3
Diffstat (limited to 'sql/opt_subselect.h')
-rw-r--r--sql/opt_subselect.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sql/opt_subselect.h b/sql/opt_subselect.h
index 395ceb86b2e..509fb370fd7 100644
--- a/sql/opt_subselect.h
+++ b/sql/opt_subselect.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2010, 2015, MariaDB
+ Copyright (c) 2010, 2019, MariaDB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -92,7 +92,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),
@@ -100,10 +100,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)
{
/*