diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-28 15:04:09 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2008-11-28 15:04:09 +0400 |
commit | 710b7125da52c4636ca4e5b963b376a7195656af (patch) | |
tree | 360767a2b1c06525287b35bd01f1458a1b6945f4 /sql/item_func.cc | |
parent | 901298e10953c8a8fa2d4575a5017090ebeb76f9 (diff) | |
parent | 78119b2d04457abe94f2a0a9f3d887c0eb9210a5 (diff) | |
download | mariadb-git-710b7125da52c4636ca4e5b963b376a7195656af.tar.gz |
5.0-bugteam->5.1-bugteam merge
sql/slave.cc:
compiler warning fix
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 31b5e996f27..33b5f21774f 100644 --- a/sql/item_func.cc +++ b/sql/item_func.cc @@ -2259,7 +2259,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); |