summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@hfmain.(none)>2007-04-06 12:45:07 +0500
committerunknown <holyfoot/hf@hfmain.(none)>2007-04-06 12:45:07 +0500
commit3bed20c39c63f17debc4234197a6ebc537462e9a (patch)
tree178834696621d65b27803c92e9122967e3b312e5 /sql/item_cmpfunc.h
parenta127d582591c0a8e238e9c6f3fd813c48cc11477 (diff)
parent89aa5548cea2c107049e40ef5e50696ac0194a23 (diff)
downloadmariadb-git-3bed20c39c63f17debc4234197a6ebc537462e9a.tar.gz
Merge mysql.com:/d2/hf/mrg/mysql-5.0-opt
into mysql.com:/d2/hf/mrg/mysql-5.1-opt mysql-test/r/order_by.result: Auto merged mysql-test/r/type_set.result: Auto merged mysql-test/t/order_by.test: Auto merged sql/field.cc: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/sql_select.cc: Auto merged sql/sql_table.cc: Auto merged
Diffstat (limited to 'sql/item_cmpfunc.h')
-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 edc905d50ff..d6fc1e3dda0 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -563,6 +563,7 @@ public:
negated= !negated;
return this;
}
+ bool eq(const Item *item, bool binary_cmp) const;
bool subst_argument_checker(byte **arg) { return TRUE; }
};