summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2010-04-06 00:16:45 +0400
committerSergey Petrunya <psergey@askmonty.org>2010-04-06 00:16:45 +0400
commit2775f80f7d287cb0ed478543bf135b9399f56d66 (patch)
treea7cdf4eb98620b2921959eb94428dc3a02aac7c0 /sql/table.h
parentcb325eb2b2f738b63d162fb0d46cf335e4ae84a4 (diff)
downloadmariadb-git-2775f80f7d287cb0ed478543bf135b9399f56d66.tar.gz
MWL#90: Subqueries: Inside-out execution for non-semijoin materialized
subqueries that are AND-parts of the WHERE - First code (needs cleanup).
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 26d2de22cf5..5898c5bb12d 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -1194,6 +1194,7 @@ struct TABLE_LIST
/* Number of IN-compared expressions */
uint sj_in_exprs;
Item_in_subselect *sj_subq_pred;
+ Item_in_subselect *jtbm_subselect;
SJ_MATERIALIZATION_INFO *sj_mat_info;
/*