mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
fix typo
This commit is contained in:
parent
aa42ccf053
commit
abd5dfe1d0
@ -58,7 +58,7 @@ public:
|
||||
|
||||
virtual String getName() const = 0;
|
||||
|
||||
/// Return the index of the lastest added log element. That index no less than the flashed index.
|
||||
/// Return the index of the latest added log element. That index no less than the flashed index.
|
||||
/// The flashed index is the index of the last log element which has been flushed successfully.
|
||||
/// Thereby all the records whose index is less than the flashed index are flushed already.
|
||||
virtual Index getLastLogIndex() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user