Skip to content
Permalink
Browse files
mysqltest - increase size of the "die message".
This reduces the probability having output of external utilities
(e.g mariabackup) truncated.
  • Loading branch information
vaintroub committed Jul 6, 2017
1 parent 6f1f911 commit 60e6170
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 60e6170

Please sign in to comment.