Skip to content

Commit 66e17ba

Browse files
zimulalacoocood
authored andcommitted
op-guide: support the statement of rename table (pingcap#87)
1 parent 613bf11 commit 66e17ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

op-guide/mysql-compatibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ TiDB implements the asynchronous schema changes algorithm in F1. The Data Manipu
5858

5959
* Truncate Table
6060

61+
* Rename Table
62+
6163
### Transaction
6264

6365
TiDB implements an optimistic transaction model. Unlike MySQL, which uses row-level locking to avoid write conflict, in TiDB, the write conflict is checked only in the `commit` process during the execution of the statements like `Update`, `Insert`, `Delete`, and so on.

0 commit comments

Comments
 (0)