summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-26 17:43:59 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-26 17:43:59 +0200
commit0bc42602266815b81fe86b08c2228912c1a95340 (patch)
tree7379577fac279387ec64d9ec0d752db11b0e425c /sql/item_func.cc
parent7225bef7275da77faab316b863da0f4f5bf24a8f (diff)
parent2d592f757cd624fe964ac39d05b6bdd985a827e2 (diff)
downloadmariadb-git-0bc42602266815b81fe86b08c2228912c1a95340.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index a86bc7fe7a8..704c4897f01 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -71,18 +71,6 @@ bool check_reserved_words(const LEX_CSTRING *name)
/**
- @return
- TRUE if item is a constant
-*/
-
-bool
-eval_const_cond(COND *cond)
-{
- return ((Item_func*) cond)->val_int() ? TRUE : FALSE;
-}
-
-
-/**
Test if the sum of arguments overflows the ulonglong range.
*/
static inline bool test_if_sum_overflows_ull(ulonglong arg1, ulonglong arg2)