0c37479 Ticket 622 - DS logging errors "libdb: BDB0171 seek: 2147483648: (262144 * 8192) + 0: No such file or directory

Authored and Committed by mreynolds 11 years ago
    Ticket 622 - DS logging errors "libdb: BDB0171 seek: 2147483648: (262144 * 8192) + 0: No such file or directory
    
    Bug Description:  This error message gets logged in the error log if size of the id2entry grows beyond 2 GB.
                      The int storage class is the cause of the problem.
    
    Fix description:  Use the proper storage class (off64_t)
    
    https://fedorahosted.org/389/ticket/622
    
    Reviewed by: richm(Thanks!)