summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-01-22 14:46:54 +0100
committerunknown <serg@serg.mylan>2004-01-22 14:46:54 +0100
commit2880b07f758a08fc82e07135dde816226926d0c2 (patch)
tree074d84010f261bde1e1ab9e3300cb6f136d5f63a /sql/item_strfunc.cc
parent63f3d3d2327422ca96d030f87982fbedfcf0ad2b (diff)
parent4d2a1ed59eb1acc446c7ea1a448783cb3b9c4535 (diff)
downloadmariadb-git-2880b07f758a08fc82e07135dde816226926d0c2.tar.gz
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 sql/item_strfunc.cc: Auto merged
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r--sql/item_strfunc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc
index badc134ae1d..5420a8f69e4 100644
--- a/sql/item_strfunc.cc
+++ b/sql/item_strfunc.cc
@@ -1648,11 +1648,11 @@ void Item_func_elt::fix_length_and_dec()
{
max_length=0;
decimals=0;
-
+
if (agg_arg_collations(collation, args+1, arg_count-1))
return;
- for (uint i=1 ; i < arg_count ; i++)
+ for (uint i= 1 ; i < arg_count ; i++)
{
set_if_bigger(max_length,args[i]->max_length);
set_if_bigger(decimals,args[i]->decimals);