Commit edfa1629 authored by unknown's avatar unknown

Logfile size put in allowed boumnds.

parent 894081ce
...@@ -13,7 +13,7 @@ static const char *default_dbug_option; ...@@ -13,7 +13,7 @@ static const char *default_dbug_option;
#define PCACHE_SIZE (1024*1024*10) #define PCACHE_SIZE (1024*1024*10)
#define PCACHE_PAGE TRANSLOG_PAGE_SIZE #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 LOG_FLAGS 0
#define LONG_BUFFER_SIZE (LOG_FILE_SIZE + LOG_FILE_SIZE / 2) #define LONG_BUFFER_SIZE (LOG_FILE_SIZE + LOG_FILE_SIZE / 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment