diff options
author | monty@mysql.com <> | 2004-03-25 22:18:31 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-03-25 22:18:31 +0200 |
commit | 3b34a6a2dd73792e1b79047a491bd02b30d5ec68 (patch) | |
tree | e57ae2c11af5b2babaed4ac2ee1bc7352fdace68 /sql/item_func.cc | |
parent | e5f9e18d2ff4a85a876b187e9fb7a210396bd20c (diff) | |
parent | 1448199bd75009ac9b4aa42c9d4fb8d827a4cb12 (diff) | |
download | mariadb-git-3b34a6a2dd73792e1b79047a491bd02b30d5ec68.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'sql/item_func.cc')
-rw-r--r-- | sql/item_func.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_func.cc b/sql/item_func.cc index 9f80686e72c..fdc0ee9d6a0 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -2792,8 +2792,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(); } |