[scn] rename log_ts to scn
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include "logservice/palf/log_engine.h"
|
||||
#undef private
|
||||
#include "logservice/palf/log_group_entry.h"
|
||||
#include "logservice/palf/scn.h"
|
||||
#include "logservice/palf/log_group_entry_header.h"
|
||||
#include "logservice/palf/log_io_worker.h"
|
||||
#include "logservice/palf/log_iterator_storage.h"
|
||||
@ -184,10 +185,10 @@ public:
|
||||
}
|
||||
return need_padding;
|
||||
}
|
||||
int test_log_read_block_min_ts(const block_id_t block_id)
|
||||
int test_log_read_block_scn(const block_id_t block_id)
|
||||
{
|
||||
int64_t min_ts;
|
||||
return log_engine_.get_block_min_ts_ns(block_id, min_ts);
|
||||
palf::SCN min_scn;
|
||||
return log_engine_.get_block_min_scn(block_id, min_scn);
|
||||
}
|
||||
int test_log_engine_append_log(const std::function<int64_t()> &write_size, const int64_t total_size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user