[CP][FEAT MERGE] implement of log storage compression

This commit is contained in:
yyy-hust
2024-04-07 06:45:18 +00:00
committed by ob-robot
parent e007f676a5
commit 784d2231f6
50 changed files with 1173 additions and 284 deletions

View File

@ -36,11 +36,13 @@ public:
const int64_t nbytes,
const share::SCN &ref_scn,
const bool need_nonblock,
const bool allow_compress,
logservice::AppendCb *cb,
palf::LSN &lsn,
share::SCN &scn)
{
UNUSED(need_nonblock);
UNUSED(allow_compress);
UNUSED(buffer);
UNUSED(nbytes);
UNUSED(ref_scn);
@ -54,11 +56,13 @@ public:
const int64_t nbytes,
const share::SCN &ref_scn,
const bool need_nonblock,
const bool allow_compress,
logservice::AppendCb *cb,
palf::LSN &lsn,
share::SCN &scn)
{
UNUSED(need_nonblock);
UNUSED(allow_compress);
UNUSED(buffer);
UNUSED(nbytes);
UNUSED(ref_scn);