mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
6 lines
128 B
C
6 lines
128 B
C
#pragma once
|
|
|
|
#define DEFAULT_BLOCK_SIZE 1048576
|
|
#define DEFAULT_MAX_QUERY_SIZE 1048576
|
|
#define SHOW_CHARS_ON_SYNTAX_ERROR 160L
|