Skip to content

Commit

Permalink
mysql compatibility: add references (#4394) (#4396)
Browse files Browse the repository at this point in the history
* cherry pick #4394 to release-3.0

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

* Update mysql-compatibility.md

Co-authored-by: JoyinQ <56883733+Joyinqin@users.noreply.github.com>
  • Loading branch information
ti-srebot and Joyinqin authored Sep 1, 2020
1 parent b809b29 commit c4fa40a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ TiDB 支持 MySQL 传输协议及其绝大多数的语法。这意味着您现
* SYS schema
* MySQL 追踪优化器
* XML 函数
* X Protocol
* Savepoints
* 列级权限
* X-Protocol [#1109](https://github.com/pingcap/tidb/issues/1109)
* Savepoints [#6840](https://github.com/pingcap/tidb/issues/6840)
* 列级权限 [#9766](https://github.com/pingcap/tidb/issues/9766)
* `XA` 语法(TiDB 内部使用两阶段提交,但并没有通过 SQL 接口公开)
* `CREATE TABLE tblName AS SELECT stmt` 语法
* `CREATE TEMPORARY TABLE` 语法
* `CHECK TABLE` 语法
* `CHECKSUM TABLE` 语法
* `SELECT INTO FILE` 语法
* `CREATE TABLE tblName AS SELECT stmt` 语法 [#4754](https://github.com/pingcap/tidb/issues/4754)
* `CREATE TEMPORARY TABLE` 语法 [#1248](https://github.com/pingcap/tidb/issues/1248)
* `CHECK TABLE` 语法 [#4673](https://github.com/pingcap/tidb/issues/4673)
* `CHECKSUM TABLE` 语法 [#1895](https://github.com/pingcap/tidb/issues/1895)
* `GET_LOCK``RELEASE_LOCK` 函数 [#14994](https://github.com/pingcap/tidb/issues/14994)

## 与 MySQL 有差异的特性

Expand Down

0 comments on commit c4fa40a

Please sign in to comment.