summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-11-02 14:10:04 +0300
committerAlexander Nozdrin <alik@sun.com>2009-11-02 14:10:04 +0300
commit8c95f3c53bb05e39b265660aa2197dac168038e0 (patch)
tree52d813ba1e4f0b538b1f175a1d157d865cce8a22 /sql/table.h
parent94e70aff6449748ac107c9445a8dd1e2aa36874f (diff)
parentb9014b95b4c298a1e275aa18f0e6b8df096d8a46 (diff)
downloadmariadb-git-8c95f3c53bb05e39b265660aa2197dac168038e0.tar.gz
Manual merge from mysql-next-mr.
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 ebf224c6045..49a97958807 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -1365,6 +1365,8 @@ struct TABLE_LIST
the parsed tree is created.
*/
uint8 trg_event_map;
+ /* TRUE <=> this table is a const one and was optimized away. */
+ bool optimized_away;
uint i_s_requested_object;
bool has_db_lookup_value;