mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge from mysql-5.0-bugteam to mysql-5.1-bugteam.
This commit is contained in:
commit
b722a89913
1 changed files with 1 additions and 1 deletions
|
|
@ -3835,7 +3835,7 @@ int Field_longlong::store(double nr)
|
|||
error= 1;
|
||||
}
|
||||
else
|
||||
res=(longlong) (ulonglong) nr;
|
||||
res=(longlong) double2ulonglong(nr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue