summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index ca8ff1c1848..ff9f93becbf 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -3154,6 +3154,7 @@ typedef struct st_nested_join
table_map sj_depends_on;
/* Outer non-trivially correlated tables */
table_map sj_corr_tables;
+ table_map direct_children_map;
List<Item_ptr> sj_outer_expr_list;
/**
True if this join nest node is completely covered by the query execution