diff options
author | unknown <igor@rurik.mysql.com> | 2006-09-29 08:29:59 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2006-09-29 08:29:59 -0700 |
commit | d1da520f9bc4366547d1b64f8a55e77a77127d61 (patch) | |
tree | 8b777db2deb47f28b0330b3a08b27d17a745e700 /sql | |
parent | 04bf9cc7c6f17d9c6ab14a7521c1ab1708f50993 (diff) | |
parent | af2ba777c3abeb5721fbc14e9d094ffa620c75a5 (diff) | |
download | mariadb-git-d1da520f9bc4366547d1b64f8a55e77a77127d61.tar.gz |
Merge rurik.mysql.com:/home/igor/mysql-5.0-opt
into rurik.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug22753
Diffstat (limited to 'sql')
-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 f2c43833bd9..c8439cba303 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -446,6 +446,7 @@ public: negated= !negated; return this; } + bool subst_argument_checker(byte **arg) { return TRUE; } }; |