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:
parent
b713958132
commit
66fa3c09a3
@ -3473,7 +3473,7 @@ int Field_longlong::store(double nr)
|
|||||||
error= 1;
|
error= 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
res=(longlong) (ulonglong) nr;
|
res=(longlong) double2ulonglong(nr);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user