Logfile size put in allowed boumnds.

This commit is contained in:
unknown 2007-12-11 18:10:43 +02:00
parent 894081ceb9
commit edfa162972

View File

@ -13,7 +13,7 @@ static const char *default_dbug_option;
#define PCACHE_SIZE (1024*1024*10)
#define PCACHE_PAGE TRANSLOG_PAGE_SIZE
#define LOG_FILE_SIZE (4*1024L*1024L)
#define LOG_FILE_SIZE (8*1024L*1024L)
#define LOG_FLAGS 0
#define LONG_BUFFER_SIZE (LOG_FILE_SIZE + LOG_FILE_SIZE / 2)