mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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:
parent
6f1f911497
commit
60e6170893
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue