diff options
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc index 466216ffb78..00005694964 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -532,8 +532,9 @@ bool Item_field::collect_item_field_processor(byte *arg) RETURN TRUE if 'this' references the field 'arg' - FALE otherwise + FALSE otherwise */ + bool Item_field::find_item_in_field_list_processor(byte *arg) { KEY_PART_INFO *first_non_group_part= *((KEY_PART_INFO **) arg); |