Skip to content

Commit

Permalink
cherry pick #4765 to release-4.0 (#4770)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: JoyinQ <56883733+Joyinqin@users.noreply.github.com>
  • Loading branch information
ti-srebot and Joyinqin authored Nov 2, 2020
1 parent 1f0f075 commit e6684c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,4 @@ TiDB 支持大部分 [SQL 模式](/sql-mode.md)。不支持的 SQL 模式如下

+ 不支持 FLOAT4/FLOAT8。

+ 不支持 FIXED (alias for DECIMAL)。

+ 不支持 SERIAL (alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE)。

+ 不支持 `SQL_TSI_*`(包括 `SQL_TSI_YEAR``SQL_TSI_MONTH``SQL_TSI_WEEK``SQL_TSI_DAY``SQL_TSI_HOUR``SQL_TSI_MINUTE``SQL_TSI_SECOND`)。
+ 不支持 `SQL_TSI_*`(包括 `SQL_TSI_MONTH``SQL_TSI_WEEK``SQL_TSI_DAY``SQL_TSI_HOUR``SQL_TSI_MINUTE``SQL_TSI_SECOND`,但不包括 `SQL_TSI_YEAR`)。

0 comments on commit e6684c5

Please sign in to comment.