summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorAlexander Barkov <alexander.barkov@oracle.com>2011-01-17 12:39:59 +0300
committerAlexander Barkov <alexander.barkov@oracle.com>2011-01-17 12:39:59 +0300
commit579df0dfc654e437e7f3aaceaf29d1390cae94d5 (patch)
treeeeff2b630673f2c37228d46150752d9036cbd8af /sql/item_sum.h
parent8e3dde5e2f993f912bb420df6d1406b6bc7be254 (diff)
parenta2850a2f5323bfe8eaae17746c88986cee37fc76 (diff)
downloadmariadb-git-579df0dfc654e437e7f3aaceaf29d1390cae94d5.tar.gz
Merging from mysql-5.1
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r--sql/item_sum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h
index 634d593935f..81e5e10fffa 100644
--- a/sql/item_sum.h
+++ b/sql/item_sum.h
@@ -445,6 +445,7 @@ public:
forced_const= TRUE;
}
virtual bool const_item() const { return forced_const; }
+ virtual bool const_during_execution() const { return false; }
virtual void print(String *str, enum_query_type query_type);
void fix_num_length_and_dec();