CURRENT_TEST: binlog_encryption.binlog_xa_recover
mysqltest: In included file "./suite/binlog/t/binlog_xa_recover.test": 
included from /home/buildbot/buildbot/build/mariadb-10.11.14/mysql-test/suite/binlog_encryption/binlog_xa_recover.test at line 2:
At line 23: query 'INSERT INTO t1 VALUES (100, REPEAT("x", 4100))' failed: <Unknown> (2013): Lost connection to server during query

The result from queries just before the failure was:
SET GLOBAL max_binlog_size= 4096;
SET GLOBAL innodb_flush_log_at_trx_commit= 1;
RESET MASTER;
CREATE TABLE t1 (a INT PRIMARY KEY, b MEDIUMTEXT) ENGINE=Innodb;
INSERT INTO t1 VALUES (100, REPEAT("x", 4100));
CURRENT_TEST: binlog_encryption.binlog_xa_recover
mysqltest: In included file "./suite/binlog/t/binlog_xa_recover.test": 
included from /home/buildbot/buildbot/build/mariadb-10.11.14/mysql-test/suite/binlog_encryption/binlog_xa_recover.test at line 2:
At line 23: query 'INSERT INTO t1 VALUES (100, REPEAT("x", 4100))' failed: <Unknown> (2013): Lost connection to server during query

The result from queries just before the failure was:
SET GLOBAL max_binlog_size= 4096;
SET GLOBAL innodb_flush_log_at_trx_commit= 1;
RESET MASTER;
CREATE TABLE t1 (a INT PRIMARY KEY, b MEDIUMTEXT) ENGINE=Innodb;
INSERT INTO t1 VALUES (100, REPEAT("x", 4100));
