From 625e44a80d3ca40d4164c2092acdcaeb788d3482 Mon Sep 17 00:00:00 2001 From: Sujatha Date: Wed, 5 May 2021 15:46:22 +0530 Subject: [PATCH] MDEV-25597: Disable rpl_semi_sync_slave_compressed_protocol.test --- mysql-test/suite/rpl/disabled.def | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/rpl/disabled.def b/mysql-test/suite/rpl/disabled.def index f446aa6a2aa..94073575606 100644 --- a/mysql-test/suite/rpl/disabled.def +++ b/mysql-test/suite/rpl/disabled.def @@ -15,3 +15,4 @@ rpl_partition_archive : MDEV-5077 2013-09-27 svoj Cannot exchange partition rpl_row_binlog_max_cache_size : MDEV-11092 rpl_row_index_choice : MDEV-11666 rpl_semi_sync_after_sync : fails after MDEV-16172 +rpl_semi_sync_slave_compressed_protocol : MDEV-25580 2021-05-05 Sujatha