diff options
author | unknown <igor@rurik.mysql.com> | 2006-04-03 21:02:40 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2006-04-03 21:02:40 -0700 |
commit | f545817ed1d19fb0656ed18650ea15072d8b03ad (patch) | |
tree | 98e4b0ad51d62c2bbd084d436f6a9ef8d61d249f /sql/item_cmpfunc.h | |
parent | f0bfea2bb0789bd5bcd2a8d85c42dd310e245d1a (diff) | |
download | mariadb-git-f545817ed1d19fb0656ed18650ea15072d8b03ad.tar.gz |
Post review changes for the fix of bug #16504.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 2 |
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"; } |