summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r--sql/item_func.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc
index a07595cbbd8..3a55b8288aa 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -277,7 +277,6 @@ bool Item_func::check_argument_types_scalar(uint start, uint end) const
return false;
}
-
/*
Resolve references to table column for a function and its argument
@@ -362,6 +361,7 @@ Item_func::fix_fields(THD *thd, Item **ref)
if (fix_length_and_dec(thd))
return TRUE;
base_flags|= item_base_t::FIXED;
+
return FALSE;
}