summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2012-06-26 11:37:48 -0700
committerIgor Babaev <igor@askmonty.org>2012-06-26 11:37:48 -0700
commit4a6a08309cd78091246a7fd598bc43cd25deba45 (patch)
tree67d596918a2c844d7d873342caa754c39e526041 /sql/table.h
parent4ff6fd34dae6315384d8c38ea69092cde09b78ba (diff)
parent072097174c8b91299fe74a3cd7c5248e6e3cfc57 (diff)
downloadmariadb-git-4a6a08309cd78091246a7fd598bc43cd25deba45.tar.gz
Merge 5.5 -> 5.5-mwl248.
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index b9a7041392c..b9a256b132b 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -1823,6 +1823,8 @@ struct TABLE_LIST
struct st_nested_join *nested_join; /* if the element is a nested join */
TABLE_LIST *embedding; /* nested join containing the table */
List<TABLE_LIST> *join_list;/* join list the table belongs to */
+ bool lifted; /* set to true when the table is moved to
+ the upper level at the parsing stage */
bool cacheable_table; /* stop PS caching */
/* used in multi-upd/views privilege check */
bool table_in_first_from_clause;