FreeBSD Bugzilla – Attachment 136241 Details for
Bug 181407
[patch] Fix databases/mysql55-server build under 10-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 361 bytes, created by
Ryan Steinmetz
on 2013-08-19 22:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ryan Steinmetz
Created:
2013-08-19 22:00:00 UTC
Size:
361 bytes
patch
obsolete
>--- ./sql/item_func.cc.orig 2013-08-19 16:44:21.000000000 -0400 >+++ ./sql/item_func.cc 2013-08-19 16:44:33.000000000 -0400 >@@ -2341,7 +2341,7 @@ > > if (dec_negative && my_isinf(tmp)) > tmp2= 0.0; >- else if (!dec_negative && my_isinf(value_mul_tmp)) >+ else if (!dec_negative && my_isinf((double)value_mul_tmp)) > tmp2= value; > else if (truncate) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 181407
: 136241