summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2006-05-18 13:17:59 -0700
committerunknown <igor@rurik.mysql.com>2006-05-18 13:17:59 -0700
commit41e6fb25905de41e4b24a02e4fddd82cadb8fa1e (patch)
treee3b8787b52e4c5dc168bf9dc16b19a33cad97b58 /sql
parent33c439ce5814b17fbe18d7b4c4e88d6789d851ee (diff)
parent573d9e47ab9b97209d31b18fc8c21df4e18504e4 (diff)
downloadmariadb-git-41e6fb25905de41e4b24a02e4fddd82cadb8fa1e.tar.gz
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0
into rurik.mysql.com:/home/igor/mysql-5.0
Diffstat (limited to 'sql')
-rw-r--r--sql/item_strfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index 7d7b62df0dc..90d421a2c68 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -542,7 +542,7 @@ public:
void fix_length_and_dec()
{
collation.set(default_charset());
- decimals=0; max_length=64;
+ max_length= 64;
}
};