mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Fix style
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
parent
45e3d7d788
commit
34bcb6a82b
@ -50,7 +50,7 @@ bool HostID::isLocalAddress(UInt16 clickhouse_port) const
|
||||
|
||||
void DDLLogEntry::assertVersion() const
|
||||
{
|
||||
if (version == 0
|
||||
if (version == 0
|
||||
/// NORMALIZE_CREATE_ON_INITIATOR_VERSION does not change the entry format, it uses versioin 2, so there shouldn't be such version
|
||||
|| version == NORMALIZE_CREATE_ON_INITIATOR_VERSION
|
||||
|| version > DDL_ENTRY_FORMAT_MAX_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user