Merge branch 'master' into hanfei/fix-async-flaky

This commit is contained in:
Han Fei 2022-12-18 22:49:02 +01:00 committed by GitHub
commit 5a211ea5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -617,12 +617,12 @@ public:
/// Number of rows INSERTed since server start.
///
/// Does not takes underlying Storage (if any) into account.
/// Does not take the underlying Storage (if any) into account.
virtual std::optional<UInt64> lifetimeRows() const { return {}; }
/// Number of bytes INSERTed since server start.
///
/// Does not takes underlying Storage (if any) into account.
/// Does not take the underlying Storage (if any) into account.
virtual std::optional<UInt64> lifetimeBytes() const { return {}; }
/// Creates a storage snapshot from given metadata.