mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: development.
This commit is contained in:
parent
e0f951245a
commit
10ed3da0d0
@ -7,7 +7,7 @@
|
||||
#include <DB/Core/Exception.h>
|
||||
#include <DB/Core/ErrorCodes.h>
|
||||
|
||||
#define DEFAULT_READ_BUFFER_SIZE 1048576U
|
||||
#define DEFAULT_READ_BUFFER_SIZE 1048576UL
|
||||
|
||||
|
||||
namespace DB
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
|
||||
#define DEFAULT_WRITE_BUFFER_SIZE 1048576U
|
||||
#define DEFAULT_WRITE_BUFFER_SIZE 1048576UL
|
||||
|
||||
|
||||
namespace DB
|
||||
|
Loading…
Reference in New Issue
Block a user