FreeBSD Bugzilla – Attachment 104289 Details for
Bug 144446
[patch] db(3) fails with large block sizes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 509 bytes, created by
Peter Jeremy
on 2010-03-03 11:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
2010-03-03 11:30:01 UTC
Size:
509 bytes
patch
obsolete
>Index: hash/hash.h >=================================================================== >RCS file: /usr/ncvs/src/lib/libc/db/hash/hash.h,v >retrieving revision 1.9.2.1 >diff -u -r1.9.2.1 hash.h >--- hash/hash.h 3 Aug 2009 08:13:06 -0000 1.9.2.1 >+++ hash/hash.h 3 Mar 2010 09:39:45 -0000 >@@ -118,7 +118,7 @@ > /* > * Constants > */ >-#define MAX_BSIZE 65536 /* 2^16 */ >+#define MAX_BSIZE 32768 /* 2^15 but should be 65536 */ > #define MIN_BUFFERS 6 > #define MINHDRSIZE 512 > #define DEF_BUFSIZE 65536 /* 64 K */
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 144446
:
104288
| 104289 |
104290