summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2008-11-28 14:50:13 +0400
committerSergey Glukhov <Sergey.Glukhov@sun.com>2008-11-28 14:50:13 +0400
commit78119b2d04457abe94f2a0a9f3d887c0eb9210a5 (patch)
treefbf4f2c926f9679d35329a2a3b33060bf9488b5c /sql
parent50cfde53283897422c199b30b097d6cf274b346c (diff)
downloadmariadb-git-78119b2d04457abe94f2a0a9f3d887c0eb9210a5.tar.gz
pushbuild failure fixes
mysql-test/r/perror-win.result: pushbuild failure fix mysql-test/t/perror-win.test: pushbuild failure fix sql/item_func.cc: pushbuild failure fix
Diffstat (limited to 'sql')
-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 8295bd41334..c0d08d9b213 100644
--- a/sql/item_func.cc
+++ b/sql/item_func.cc
@@ -2275,7 +2275,7 @@ void Item_func_min_max::fix_length_and_dec()
uint Item_func_min_max::cmp_datetimes(ulonglong *value)
{
- ulonglong min_max;
+ longlong min_max;
uint min_max_idx= 0;
LINT_INIT(min_max);