summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-08-27 22:19:14 -0700
committerIgor Babaev <igor@askmonty.org>2013-08-27 22:19:14 -0700
commit34aa69564d611b11a0df7cce85a9c4f82f1c6b9f (patch)
tree9fb2768f74118cc7612c51a52ce2fb94fdda38bf /sql/sql_select.h
parent112411b056ae16c4addcb9dc84ebf1992b719d59 (diff)
parent650d3266bb788552b9ac8dce6f5fed0cf53f480c (diff)
downloadmariadb-git-34aa69564d611b11a0df7cce85a9c4f82f1c6b9f.tar.gz
Merge 5.3->5.5
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 478eede7108..af51c7dad48 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -1160,6 +1160,11 @@ public:
bool cleaned;
DYNAMIC_ARRAY keyuse;
Item::cond_result cond_value, having_value;
+ /**
+ Impossible where after reading const tables
+ (set in make_join_statistics())
+ */
+ bool impossible_where;
List<Item> all_fields; ///< to store all fields that used in query
///Above list changed to use temporary table
List<Item> tmp_all_fields1, tmp_all_fields2, tmp_all_fields3;