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.cc | |
parent | f0bfea2bb0789bd5bcd2a8d85c42dd310e245d1a (diff) | |
download | mariadb-git-f545817ed1d19fb0656ed18650ea15072d8b03ad.tar.gz |
Post review changes for the fix of bug #16504.
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 53efb65e1cb..24075ac838d 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -3740,7 +3740,7 @@ void Item_equal::sort(Item_field_cmpfunc cmp, void *arg) Check appearance of new constant items in the multiple equality object SYNOPSIS - check() + update_const() DESCRIPTION The function checks appearance of new constant items among @@ -3753,7 +3753,7 @@ void Item_equal::sort(Item_field_cmpfunc cmp, void *arg) none */ -void Item_equal::check_const() +void Item_equal::update_const() { List_iterator<Item_field> it(fields); Item *item; |