summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2006-09-29 08:29:59 -0700
committerunknown <igor@rurik.mysql.com>2006-09-29 08:29:59 -0700
commitd1da520f9bc4366547d1b64f8a55e77a77127d61 (patch)
tree8b777db2deb47f28b0330b3a08b27d17a745e700 /sql
parent04bf9cc7c6f17d9c6ab14a7521c1ab1708f50993 (diff)
parentaf2ba777c3abeb5721fbc14e9d094ffa620c75a5 (diff)
downloadmariadb-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.h1
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; }
};