From c702dd3f5792f399ce4ca70e3471c11c4daf8645 Mon Sep 17 00:00:00 2001 From: Uest Date: Mon, 17 Nov 2025 03:42:07 +0000 Subject: [PATCH] =?UTF-8?q?update=204-install-guide/3-1-centos-install.md.?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=8F=82=E6=95=B0=20binlog=5Ftransaction=5Fd?= =?UTF-8?q?ependency=5Ftracking=20=3D=20WRITESET=20binlog=5Ftransaction=5F?= =?UTF-8?q?dependency=5Ftracking:=20Source=20of=20dependency=20information?= =?UTF-8?q?=20(commit=20timestamps=20or=20transaction=20write=20sets)=20fr?= =?UTF-8?q?om=20which=20to=20assess=20which=20transactions=20can=20be=20ex?= =?UTF-8?q?ecuted=20in=20parallel=20by=20replica's=20multithreaded=20appli?= =?UTF-8?q?er.=20Deprecated=20in=20MySQL=208.2.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uest --- 4-install-guide/3-1-centos-install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/4-install-guide/3-1-centos-install.md b/4-install-guide/3-1-centos-install.md index 0ac08cc..acfe0f6 100644 --- a/4-install-guide/3-1-centos-install.md +++ b/4-install-guide/3-1-centos-install.md @@ -146,7 +146,6 @@ relay-log = relaylog relay_log_recovery = ON replica_parallel_type = LOGICAL_CLOCK replica_parallel_workers = 16 -binlog_transaction_dependency_tracking = WRITESET replica_preserve_commit_order = ON replica_checkpoint_period = 2 loose-rpl_read_binlog_speed_limit = 100 -- Gitee