Commit 60e61708 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

mysqltest - increase size of the "die message".

This reduces the probability having output of external utilities
(e.g mariabackup) truncated.
parent 6f1f9114
......@@ -82,7 +82,7 @@ static my_bool non_blocking_api_enabled= 0;
#define MAX_DELIMITER_LENGTH 16
#define DEFAULT_MAX_CONN 64
#define DIE_BUFF_SIZE 8192
#define DIE_BUFF_SIZE 256*1024
/* Flags controlling send and reap */
#define QUERY_SEND_FLAG 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment