Added a missing bit from the original patch for bug #27483 which was lost when re-applying

the patch manually to another tree.
This commit is contained in:
Alexey Kopytov 2008-12-09 13:19:46 +03:00
parent b713958132
commit 66fa3c09a3

View File

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