mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Done
This commit is contained in:
parent
5f0b1bc4e3
commit
0f284db1fc
@ -1,3 +1,4 @@
|
||||
#define Z_TLS = __thread
|
||||
#include <zlib.h>
|
||||
#include <DataTypes/DataTypeString.h>
|
||||
#include <Functions/FunctionFactory.h>
|
||||
|
@ -4,6 +4,9 @@
|
||||
#include <IO/BufferWithOwnMemory.h>
|
||||
#include <IO/CompressionMethod.h>
|
||||
|
||||
/// https://github.com/zlib-ng/zlib-ng/pull/733
|
||||
/// This is disabed by default
|
||||
#define Z_TLS = __thread
|
||||
#include <zlib.h>
|
||||
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <IO/BufferWithOwnMemory.h>
|
||||
#include <IO/CompressionMethod.h>
|
||||
|
||||
#define Z_TLS = __thread
|
||||
#include <zlib.h>
|
||||
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
#include <unistd.h>
|
||||
#include <vector>
|
||||
#include <stdexcept>
|
||||
|
||||
#define Z_TLS = __thread
|
||||
#include <zlib.h>
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wold-style-cast"
|
||||
|
Loading…
Reference in New Issue
Block a user