mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Set compresison_level to 5
git-svn-id: file:///svn/toku/tokudb@18836 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
3bfdfa2921
commit
e97dc367c0
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ static void finish_leafnode (struct dbout *out, struct leaf_buf *lbuf, int progr
|
|||
+4 // compressed size
|
||||
+4 // compressed size
|
||||
);
|
||||
int compression_level = 1;
|
||||
int compression_level = 5;
|
||||
int uncompressed_len = lbuf->dbuf.off - n_uncompressed_bytes_at_beginning;
|
||||
int bound = compressBound(uncompressed_len);
|
||||
unsigned char *MALLOC_N(bound + n_uncompressed_bytes_at_beginning + n_extra_bytes_for_compression, compressed_buf);
|
||||
|
|
Loading…
Add table
Reference in a new issue