Skip to content

Commit a58008e

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs release-8.5
1 parent 0760d70 commit a58008e

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

markdown-pages/en/tidb/release-8.5/system-variables.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5454,14 +5454,30 @@ SHOW WARNINGS;
54545454
54555455
### tidb_replica_read <span class="version-mark">New in v4.0</span>
54565456
5457+
<CustomContent platform="tidb-cloud" plan="starter,essential">
5458+
5459+
> **Note:**
5460+
>
5461+
> This variable is read-only for [TiDB Cloud Starter](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [TiDB Cloud Essential](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential).
5462+
5463+
</CustomContent>
5464+
5465+
<CustomContent platform="tidb-cloud" plan="premium">
5466+
5467+
> **Note:**
5468+
>
5469+
> This variable is read-only for [TiDB Cloud Premium](https://docs-preview.pingcap.com/tidbcloud/tidb-cloud-intro/#deployment-options).
5470+
5471+
</CustomContent>
5472+
54575473
- Scope: SESSION | GLOBAL
54585474
- Persists to cluster: Yes
54595475
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
54605476
- Type: Enumeration
54615477
- Default value: `leader`
54625478
- Possible values: `leader`, `follower`, `leader-and-follower`, `prefer-leader`, `closest-replicas`, `closest-adaptive`, and `learner`. The `learner` value is introduced in v6.6.0.
54635479
- This variable is used to control where TiDB reads data. Starting from v8.5.4, this variable only takes effect on read-only SQL statements.
5464-
- For more details about usage and implementation, see [Follower read](/follower-read.md).
5480+
- For more details about usage and implementation, see [Follower Read](/follower-read.md).
54655481
54665482
### tidb_restricted_read_only <span class="version-mark">New in v5.2.0</span>
54675483

markdown-pages/en/tidbcloud/master/system-variables.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5454,14 +5454,30 @@ SHOW WARNINGS;
54545454
54555455
### tidb_replica_read <span class="version-mark">New in v4.0</span>
54565456
5457+
<CustomContent platform="tidb-cloud" plan="starter,essential">
5458+
5459+
> **Note:**
5460+
>
5461+
> This variable is read-only for [TiDB Cloud Starter](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [TiDB Cloud Essential](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential).
5462+
5463+
</CustomContent>
5464+
5465+
<CustomContent platform="tidb-cloud" plan="premium">
5466+
5467+
> **Note:**
5468+
>
5469+
> This variable is read-only for [TiDB Cloud Premium](https://docs-preview.pingcap.com/tidbcloud/tidb-cloud-intro/#deployment-options).
5470+
5471+
</CustomContent>
5472+
54575473
- Scope: SESSION | GLOBAL
54585474
- Persists to cluster: Yes
54595475
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
54605476
- Type: Enumeration
54615477
- Default value: `leader`
54625478
- Possible values: `leader`, `follower`, `leader-and-follower`, `prefer-leader`, `closest-replicas`, `closest-adaptive`, and `learner`. The `learner` value is introduced in v6.6.0.
54635479
- This variable is used to control where TiDB reads data. Starting from v8.5.4, this variable only takes effect on read-only SQL statements.
5464-
- For more details about usage and implementation, see [Follower read](/follower-read.md).
5480+
- For more details about usage and implementation, see [Follower Read](/follower-read.md).
54655481
54665482
### tidb_restricted_read_only <span class="version-mark">New in v5.2.0</span>
54675483

markdown-pages/en/tidbcloud/master/tidb-cloud/limited-sql-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ TiDB Cloud works with almost all workloads that TiDB supports, but there are som
177177
| `tidb_pprof_sql_cpu` | Not supported [^4] | Not supported [^4] |
178178
| `tidb_record_plan_in_slow_log` | Not supported [^4] | Not supported [^4] |
179179
| `tidb_redact_log` | Not supported [^4] | Not supported [^4] |
180+
| `tidb_replica_read` | No limitation | Read-only [^10] |
180181
| `tidb_restricted_read_only` | Not supported [^4] | Not supported [^4] |
181182
| `tidb_row_format_version` | Not supported [^4] | Not supported [^4] |
182183
| `tidb_scatter_region` | No limitation | Read-only [^10] |

0 commit comments

Comments
 (0)