split DUMPLOG
DUMPLOG requests the DUMPLOG feature as it does now DUMPLOG_CORE requests the internal buffering only (used for CRASHREPORT) This allows CRASHREPORT to access recent messages without performing any file I/O.
This commit is contained in:
@@ -199,6 +199,7 @@ steps:
|
||||
sed -i '/^#[ ]*define CRASHREPORT/d' include/config.h
|
||||
#sed -i '/^#[ ]*define DOAGAIN/d' include/config.h
|
||||
sed -i '/^#[ ]*define DUMPLOG/d' include/config.h
|
||||
sed -i '/^#[ ]*define DUMPLOG_CORE/d' include/config.h
|
||||
#sed -i '/^#[ ]*define GDBPATH/d' include/config.h
|
||||
#sed -i '/^#[ ]*define GREPPATH/d' include/config.h
|
||||
sed -i '/^#[ ]*define INSURANCE/d' include/config.h
|
||||
|
||||
Reference in New Issue
Block a user