summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2006-04-03 21:02:40 -0700
committerigor@rurik.mysql.com <>2006-04-03 21:02:40 -0700
commit788463869a8feede48bf46da6c5b076072317713 (patch)
tree98e4b0ad51d62c2bbd084d436f6a9ef8d61d249f /sql/item_cmpfunc.h
parentd1bfeb75203ee5c011134ce2bfd970fd6d316cd4 (diff)
downloadmariadb-git-788463869a8feede48bf46da6c5b076072317713.tar.gz
Post review changes for the fix of bug #16504.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 3d94832412e..67f0a5f5e2e 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -1196,7 +1196,7 @@ public:
bool contains(Field *field);
Item_field* get_first() { return fields.head(); }
void merge(Item_equal *item);
- void check_const();
+ void update_const();
enum Functype functype() const { return MULT_EQUAL_FUNC; }
longlong val_int();
const char *func_name() const { return "multiple equal"; }