Bug #14882 Add bdb_log_file_size variable
Submitted: 11 Nov 2005 19:26 Modified: 31 Aug 2006 14:41
Reporter: Jim Winstead Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Server: BDB Severity:S4 (Feature request)
Version:5.1 OS:Any (All)
Assigned to: CPU Architecture:Any

[11 Nov 2005 19:26] Jim Winstead
Description:
Add bdb_log_file_size variable to allow configuring the size of log files to use for BDB. This should be a dynamic variable.

How to repeat:
http://sleepycat.com/docs/api_c/env_set_lg_max.html
[22 Nov 2005 21:13] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/32555
[2 Dec 2005 18:45] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/32970
[14 Dec 2005 20:14] Jim Winstead
The relationship between the minimum values of bdb_log_file_size and bdb_log_buffer_size needs to be investigated, and the maximum value of each needs to be handled properly.