summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-05-18 13:26:48 +0200
committerSergei Golubchik <serg@mariadb.org>2022-05-18 13:26:48 +0200
commitb7ffccf49b5563d3078359bddf438c9d20674513 (patch)
tree16ad736076c9b1f794e9e344d8b47a8ea9a7fe49 /sql/sql_select.h
parent5bfd9e51b35b5e538254860c425e9759c2e1f5fa (diff)
parent99a433ed1cc2cebad93d6ece2b65691f2f49d3ea (diff)
downloadmariadb-git-b7ffccf49b5563d3078359bddf438c9d20674513.tar.gz
Merge branch '10.7' into 10.8mariadb-10.8.3
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index e854792b073..4a2929207a5 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -989,6 +989,8 @@ public:
*/
enum sj_strategy_enum sj_strategy;
+ /* Type of join (EQ_REF, REF etc) */
+ enum join_type type;
/*
Valid only after fix_semijoin_strategies_for_picked_join_order() call:
if sj_strategy!=SJ_OPT_NONE, this is the number of subsequent tables that