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 | 17cd69ccf40824c89d4f3cdb0190006d81bbbcb0 (patch) | |
tree | fbf4f2c926f9679d35329a2a3b33060bf9488b5c /sql/item_func.cc | |
parent | 99fe5e523ef6e2f11f8b554884dae8d4e90d0067 (diff) | |
download | mariadb-git-17cd69ccf40824c89d4f3cdb0190006d81bbbcb0.tar.gz |
pushbuild failure fixes
Diffstat (limited to 'sql/item_func.cc')
-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); |