diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-04-04 11:52:53 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-04-04 11:52:53 +0300 |
commit | 7603ed9f27db8d6a66dd05b87a65481b5c106d8b (patch) | |
tree | 3fc4600aaa0cdf033d233aade58d833d52d03685 /sql/item_cmpfunc.h | |
parent | 7bf304a6bd85c6fdfdf2c6ff8c4a7a2d0ce3c681 (diff) | |
parent | 201a343a7106d73dc35b825764af15a50e0b879d (diff) | |
download | mariadb-git-7603ed9f27db8d6a66dd05b87a65481b5c106d8b.tar.gz |
Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into magare.gmz:/home/kgeorge/mysql/autopush/B27513-5.0-opt
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index f6c6f612c5b..0c4a62aaa24 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -561,6 +561,7 @@ public: negated= !negated; return this; } + bool eq(const Item *item, bool binary_cmp) const; bool subst_argument_checker(byte **arg) { return TRUE; } }; |