From 894979c38f1e45a7025437502e67b690a36b62ff Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Tue, 9 Apr 2024 17:11:35 +0200 Subject: [PATCH] Use the legacy name for timeouts We still want to be able to work with older MySQL 8.0 releases that don't have the new names yet, so keep using the old one for now. Signed-off-by: Dirkjan Bussink --- config/mycnf/mysql80.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mycnf/mysql80.cnf b/config/mycnf/mysql80.cnf index 124293b338c..5fd329ea2b2 100644 --- a/config/mycnf/mysql80.cnf +++ b/config/mycnf/mysql80.cnf @@ -33,5 +33,5 @@ loose_rpl_semi_sync_master_wait_no_slave = 1 super-read-only # Replication parameters to ensure reparents are fast. -replica_net_timeout = 8 +slave_net_timeout = 8