diff options
author | Igor Babaev <igor@askmonty.org> | 2012-06-26 11:37:48 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-06-26 11:37:48 -0700 |
commit | 4a6a08309cd78091246a7fd598bc43cd25deba45 (patch) | |
tree | 67d596918a2c844d7d873342caa754c39e526041 /sql/table.h | |
parent | 4ff6fd34dae6315384d8c38ea69092cde09b78ba (diff) | |
parent | 072097174c8b91299fe74a3cd7c5248e6e3cfc57 (diff) | |
download | mariadb-git-4a6a08309cd78091246a7fd598bc43cd25deba45.tar.gz |
Merge 5.5 -> 5.5-mwl248.
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
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; |