[CP][FEAT MERGE] implement of log storage compression
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user