Commit f6694b31 authored by marko's avatar marko

Do not enable page_zip_compress_log by default. This was accidentally

set in r2318.
parent 9e43ce09
...@@ -670,7 +670,7 @@ UNIV_INTERN ibool page_zip_compress_dbg; ...@@ -670,7 +670,7 @@ UNIV_INTERN ibool page_zip_compress_dbg;
binary logging of the data passed to deflate(). binary logging of the data passed to deflate().
When this variable is nonzero, it will act When this variable is nonzero, it will act
as a log file name generator. */ as a log file name generator. */
UNIV_INTERN unsigned page_zip_compress_log = 1; UNIV_INTERN unsigned page_zip_compress_log;
/************************************************************************** /**************************************************************************
Wrapper for deflate(). Log the operation if page_zip_compress_dbg is set. */ Wrapper for deflate(). Log the operation if page_zip_compress_dbg is set. */
......
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