From 1448199bd75009ac9b4aa42c9d4fb8d827a4cb12 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Thu, 25 Mar 2004 22:11:22 +0200 Subject: Cleanups & safety fixes --- sql/item_func.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/item_func.cc') diff --git a/sql/item_func.cc b/sql/item_func.cc index 5151fb2876d..984dee3ade9 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -2783,8 +2783,8 @@ void Item_func_match::init_search(bool no_order) /* Above function used only to get value and do not need fix_fields for it: Item_string - basic constant - fields - fix_fieds already was called for this arguments - Item_func_concat_ws - do not need fix_fields to produce value + fields - fix_fields() was already called for this arguments + Item_func_concat_ws - do not need fix_fields() to produce value */ concat->quick_fix_field(); } -- cgit v1.2.1