diff options
author | igor@olga.mysql.com <> | 2007-04-03 16:11:27 -0700 |
---|---|---|
committer | igor@olga.mysql.com <> | 2007-04-03 16:11:27 -0700 |
commit | 6aa599fc3197fa72c7f5161e4a7691c08e40b44f (patch) | |
tree | 7d86af270592c9cb832537de4dc43a63ecbb4474 /sql/item_cmpfunc.h | |
parent | 54bc9c3d779e659f101f317d1925b7fd95064064 (diff) | |
parent | 90aa05d276b85367c297cc9f7580529aa782d205 (diff) | |
download | mariadb-git-6aa599fc3197fa72c7f5161e4a7691c08e40b44f.tar.gz |
Merge olga.mysql.com:/home/igor/mysql-4.1-opt
into olga.mysql.com:/home/igor/mysql-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; } }; |