From dfd82cefff3f132f5dfe9968983ac614eaa3d793 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 24 May 2022 18:58:48 +0800 Subject: [PATCH] TiFlash: Fix incorrect values of isolation_read_engines (#8708) (#8713) --- tiflash/use-tiflash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiflash/use-tiflash.md b/tiflash/use-tiflash.md index d8180d630fe5..88d0866e364d 100644 --- a/tiflash/use-tiflash.md +++ b/tiflash/use-tiflash.md @@ -270,7 +270,7 @@ Currently, you can use TiSpark to read TiFlash replicas in a method similar to t > **Notes** > -> When this parameter is set to `true`, only the TiFlash replicas of all tables involved in the query are read and these tables must have TiFlash replicas; for tables that do not have TiFlash replicas, an error is reported. When this parameter is set to `false`, only the TiKV replica is read. +> When this parameter is set to `tiflash`, only the TiFlash replicas of all tables involved in the query are read and these tables must have TiFlash replicas; for tables that do not have TiFlash replicas, an error is reported. When this parameter is set to `tikv`, only the TiKV replica is read. You can configure this parameter in one of the following ways: