mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
6 lines
221 B
C++
6 lines
221 B
C++
#pragma once
|
|
|
|
/// Marks that extra information is sent to a shard. It could be any magic numbers.
|
|
#define DBMS_DISTRIBUTED_SIGNATURE_HEADER 0xCAFEDACEull
|
|
#define DBMS_DISTRIBUTED_SIGNATURE_HEADER_OLD_FORMAT 0xCAFECABEull
|