File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
ydb/library/yql/udfs/common/clickhouse/client/src/Core Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#include <common/defines.h>
4
4
5
+ #include <sanitizer/asan_interface.h>
6
+
5
7
#define DBMS_DEFAULT_HOST "localhost"
6
8
#define DBMS_DEFAULT_PORT 9000
7
9
#define DBMS_DEFAULT_SECURE_PORT 9440
116
118
#define DBMS_DISTRIBUTED_SIGNATURE_HEADER 0xCAFEDACEull
117
119
#define DBMS_DISTRIBUTED_SIGNATURE_HEADER_OLD_FORMAT 0xCAFECABEull
118
120
119
- #if !__has_include (< sanitizer /asan_interface .h > ) || !defined(ADDRESS_SANITIZER )
120
- # define ASAN_UNPOISON_MEMORY_REGION (a , b )
121
- # define ASAN_POISON_MEMORY_REGION (a , b )
122
- #endif
123
-
124
121
/// Actually, there may be multiple acquisitions of different locks for a given table within one query.
125
122
/// Check with IStorage class for the list of possible locks
126
123
#define DBMS_DEFAULT_LOCK_ACQUIRE_TIMEOUT_SEC 120
You can’t perform that action at this time.
0 commit comments