From 52a7ed946656804dfa5c0c4f7cddfa8229193668 Mon Sep 17 00:00:00 2001 From: Juncen Yu Date: Thu, 25 Jun 2026 15:55:43 +0800 Subject: [PATCH 1/3] Update FLASHBACK CLUSTER TO warning for instance tiers Corrected the warning regarding the applicability of the FLASHBACK CLUSTER TO syntax to include premium instances. --- sql-statements/sql-statement-flashback-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-statements/sql-statement-flashback-cluster.md b/sql-statements/sql-statement-flashback-cluster.md index f2abb58f89f00..8d6618f6ca44a 100644 --- a/sql-statements/sql-statement-flashback-cluster.md +++ b/sql-statements/sql-statement-flashback-cluster.md @@ -11,7 +11,7 @@ Starting from v6.5.6, v7.1.3, v7.5.1, and v7.6.0, TiDB introduces the `FLASHBACK > **Warning:** > -> The `FLASHBACK CLUSTER TO [TIMESTAMP|TSO]` syntax is not applicable to [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) instances. To avoid unexpected results, do not execute this statement on {{{ .starter }}} and {{{ .essential }}} instances. +> The `FLASHBACK CLUSTER TO [TIMESTAMP|TSO]` syntax is not applicable to [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter), [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) abd [{{{ .premium }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#premium) instances. To avoid unexpected results, do not execute this statement on {{{ .starter }}}, {{{ .essential }}} and {{{ .premium }}} instances. > **Warning:** > From bfc147ec23a1982ba1265660319d60ad1cbc9766 Mon Sep 17 00:00:00 2001 From: Juncen Yu Date: Thu, 25 Jun 2026 16:00:24 +0800 Subject: [PATCH 2/3] Update sql-statements/sql-statement-flashback-cluster.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- sql-statements/sql-statement-flashback-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-statements/sql-statement-flashback-cluster.md b/sql-statements/sql-statement-flashback-cluster.md index 8d6618f6ca44a..5a6eb60c7bba2 100644 --- a/sql-statements/sql-statement-flashback-cluster.md +++ b/sql-statements/sql-statement-flashback-cluster.md @@ -11,7 +11,7 @@ Starting from v6.5.6, v7.1.3, v7.5.1, and v7.6.0, TiDB introduces the `FLASHBACK > **Warning:** > -> The `FLASHBACK CLUSTER TO [TIMESTAMP|TSO]` syntax is not applicable to [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter), [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) abd [{{{ .premium }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#premium) instances. To avoid unexpected results, do not execute this statement on {{{ .starter }}}, {{{ .essential }}} and {{{ .premium }}} instances. +> The `FLASHBACK CLUSTER TO [TIMESTAMP|TSO]` syntax is not applicable to [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter), [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential), and [{{{ .premium }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#premium) instances. To avoid unexpected results, do not execute this statement on {{{ .starter }}}, {{{ .essential }}}, and {{{ .premium }}} instances. > **Warning:** > From a9e08217ce662e3e21aa51f7cd26e47eb4c1aeef Mon Sep 17 00:00:00 2001 From: qiancai Date: Mon, 29 Jun 2026 16:22:06 +0800 Subject: [PATCH 3/3] update system-variables.md --- sql-statements/sql-statement-flashback-cluster.md | 2 +- system-variables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql-statements/sql-statement-flashback-cluster.md b/sql-statements/sql-statement-flashback-cluster.md index 5a6eb60c7bba2..72a7956973011 100644 --- a/sql-statements/sql-statement-flashback-cluster.md +++ b/sql-statements/sql-statement-flashback-cluster.md @@ -11,7 +11,7 @@ Starting from v6.5.6, v7.1.3, v7.5.1, and v7.6.0, TiDB introduces the `FLASHBACK > **Warning:** > -> The `FLASHBACK CLUSTER TO [TIMESTAMP|TSO]` syntax is not applicable to [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter), [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential), and [{{{ .premium }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#premium) instances. To avoid unexpected results, do not execute this statement on {{{ .starter }}}, {{{ .essential }}}, and {{{ .premium }}} instances. +> The `FLASHBACK CLUSTER TO [TIMESTAMP|TSO]` syntax is not applicable to [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter), [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential), and [{{{ .premium }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#premium) instances. To avoid unexpected results, do not execute this statement on TiDB Cloud Starter, Essential, and Premium instances. > **Warning:** > diff --git a/system-variables.md b/system-variables.md index 615d3732071fa..57a2b9b4bbf44 100644 --- a/system-variables.md +++ b/system-variables.md @@ -1728,7 +1728,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1; > **Note:** > -> This variable is read-only for [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential). +> This variable is read-only for [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter), [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential), and [{{{ .premium }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#premium). - Scope: GLOBAL - Persists to cluster: Yes