diff options
author | bell@sanja.is.com.ua <> | 2003-07-03 11:59:57 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-07-03 11:59:57 +0300 |
commit | 73fdf52fa24880c657115c5f1045821bb2b3e0cf (patch) | |
tree | 649a5b402d0e779673e8295b10098046a53e6799 /sql/item_cmpfunc.h | |
parent | 28207ede0222a6b1ceff6f01b3f5bfccb7f73e42 (diff) | |
parent | 74b74ad5e7e3e7a350fbc26ad6c91abb783662e3 (diff) | |
download | mariadb-git-73fdf52fa24880c657115c5f1045821bb2b3e0cf.tar.gz |
merged
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 59207498ce6..3220b102898 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -128,8 +128,6 @@ public: bool have_rev_func() const { return rev_functype() != UNKNOWN_FUNC; } void print(String *str) { Item_func::print_op(str); } bool is_null() { return test(args[0]->is_null() || args[1]->is_null()); } - virtual bool binary() const - { return test(cmp_collation.collation->state & MY_CS_BINSORT); } static Item_bool_func2* eq_creator(Item *a, Item *b); static Item_bool_func2* ne_creator(Item *a, Item *b); |