blob: 7ca927c9bb771c29e71510cf7e1caedd554b9f88 [file] [log] [blame]
commit 204104129513f34abb4d6d95af53498315af6496
Author: Xinze Guo <101622833+azexcy@users.noreply.github.com>
Date: Wed Jun 7 09:52:15 2023 +0800
Auto refresh table metadata at migration (#26083)
* Fix miss set transaction_commit_millis
* Auto refresh table metadata at migration
* Update doc
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
index d5ba3b47f27..041a60bafe0 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.cn.md
@@ -714,10 +714,4 @@ SHOW MIGRATION CHECK STATUS 'j01016e501b498ed1bdb2c373a2e85e2529a6';
COMMIT MIGRATION 'j01016e501b498ed1bdb2c373a2e85e2529a6';
```
-8. 刷新元数据。
-
-```sql
-REFRESH TABLE METADATA;
-```
-
更多 DistSQL 请参见 [RAL #数据迁移](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/#%E6%95%B0%E6%8D%AE%E8%BF%81%E7%A7%BB)。
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md
index b9d68cb1200..a534ee60cd4 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/migration/usage.en.md
@@ -714,10 +714,4 @@ Result example:
COMMIT MIGRATION 'j01016e501b498ed1bdb2c373a2e85e2529a6';
```
-8. Refresh table metadata.
-
-```sql
-REFRESH TABLE METADATA;
-```
-
Please refer to [RAL#Migration](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/#migration) for more details.