summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-11-15 13:57:35 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2018-11-15 13:57:35 +0100
commita84d87fde8c0bc325c8e00f06ea02bcd84a75d55 (patch)
tree41fa1755fd5f639328f04b0b952634568eb6cc11 /sql/item_cmpfunc.h
parent47274d902e63663522176614157b4eace8a17b8e (diff)
parent1956695c69467375fc634ad709f1b32a2daf29b1 (diff)
downloadmariadb-git-a84d87fde8c0bc325c8e00f06ea02bcd84a75d55.tar.gz
Merge branch '5.5' into 10.0
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index fdefcc86c64..eec3684c2c1 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -698,6 +698,11 @@ public:
bool eval_not_null_tables(uchar *opt_arg);
void fix_after_pullout(st_select_lex *new_parent, Item **ref, bool merge);
bool count_sargable_conds(uchar *arg);
+
+ longlong val_int_cmp_string();
+ longlong val_int_cmp_int();
+ longlong val_int_cmp_real();
+ longlong val_int_cmp_decimal();
};