Merge from mysql-5.0-bugteam to mysql-5.1-bugteam.

This commit is contained in:
Alexey Kopytov 2008-12-09 13:56:46 +03:00
commit b722a89913

View file

@ -3835,7 +3835,7 @@ int Field_longlong::store(double nr)
error= 1;
}
else
res=(longlong) (ulonglong) nr;
res=(longlong) double2ulonglong(nr);
}
else
{