Skip to content

Commit

Permalink
cloud: add an alias for flashback cluster (#15884)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Dec 26, 2023
1 parent 2c1b08b commit f436faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-flashback-cluster.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: FLASHBACK CLUSTER
summary: Learn the usage of FLASHBACK CLUSTER in TiDB databases.
aliases: ['/tidb/v7.1/sql-statement-flashback-to-timestamp']
aliases: ['/tidb/v7.1/sql-statement-flashback-to-timestamp', '/tidbcloud/sql-statement-flashback-to-timestamp']
---

# FLASHBACK CLUSTER
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/limited-sql-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TiDB Cloud works with almost all workloads that TiDB supports, but there are som
| `LOAD DATA INFILE` | Only supports `LOAD DATA LOCAL INFILE` | Only supports `LOAD DATA LOCAL INFILE` |
| `CHANGE DRAINER` | Not supported [^7] | Not supported [^7] |
| `CHANGE PUMP` | Not supported [^7] | Not supported [^7] |
| `FLASHBACK CLUSTER TO TIMESTAMP` | Supported | Not supported [^3] |
| `FLASHBACK CLUSTER` | Supported | Not supported [^3] |
| `LOAD STATS` | Supported | Not supported |
| `SELECT ... INTO OUTFILE` | Not supported [^4] | Not supported [^4] |
| `SET CONFIG` | Not supported [^4] | Not supported [^4] |
Expand Down

0 comments on commit f436faf

Please sign in to comment.