diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-28 14:50:13 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-28 14:50:13 +0400 |
commit | 78119b2d04457abe94f2a0a9f3d887c0eb9210a5 (patch) | |
tree | fbf4f2c926f9679d35329a2a3b33060bf9488b5c /sql | |
parent | 50cfde53283897422c199b30b097d6cf274b346c (diff) | |
download | mariadb-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.cc | 2 |
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); |