mysqltest - increase size of the "die message".

This reduces the probability having output of external utilities
(e.g mariabackup) truncated.
This commit is contained in:
Vladislav Vaintroub 2017-07-06 14:15:32 +00:00
parent 6f1f911497
commit 60e6170893

View file

@ -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