summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-12-02 20:53:54 +0100
committerunknown <serg@serg.mylan>2004-12-02 20:53:54 +0100
commitd1964f416324cd154b436671f370d71bf29b96bd (patch)
treeacb9d6db0e4f7bb87c7369cb47974388b1574fe3 /sql/item_func.cc
parentf4326e7e9ca854d6b7314970b6fe2f3dc7ef10df (diff)
downloadmariadb-git-d1964f416324cd154b436671f370d71bf29b96bd.tar.gz
compatibility fix
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 32841ba447b..5ed543efbc7 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -171,7 +171,7 @@ bool Item_func::agg_arg_charsets(DTCollation &coll,
for (arg= args, last= args + nargs; arg < last; arg++)
{
Item* conv;
- uint dummy_offset;
+ uint32 dummy_offset;
if (!String::needs_conversion(0, coll.collation,
(*arg)->collation.collation,
&dummy_offset))