mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
mysqlxx: increased preview length of query in exception.
This commit is contained in:
parent
fd3cbb2b5c
commit
1bbaeeff1f
@ -14,7 +14,7 @@
|
||||
#include <mysqlxx/Types.h>
|
||||
|
||||
/// Обрезать длинный запрос до указанной длины для текста исключения.
|
||||
#define MYSQLXX_QUERY_PREVIEW_LENGTH 100
|
||||
#define MYSQLXX_QUERY_PREVIEW_LENGTH 1000
|
||||
|
||||
|
||||
namespace mysqlxx
|
||||
|
Loading…
Reference in New Issue
Block a user