You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TiDB doesn't support all the syntax in CREATE TABLE statement, here is a related issue pingcap/tidb#7904.
If we improve the syntax support of CREATE TABLE statement in TiDB, it will be helpful for TiDB to compatiable with MySQL.
I list the MySQL syntax of CREATE TABLE statement and add a [TODO] flag at the end of the part which TiDB hasn't supported yet.
It is a huge work, but it is still easy to finish parts of it.
TiDB doesn't support all the syntax in
CREATE TABLE
statement, here is a related issue pingcap/tidb#7904.If we improve the syntax support of
CREATE TABLE
statement in TiDB, it will be helpful for TiDB to compatiable with MySQL.I list the MySQL syntax of
CREATE TABLE
statement and add a[TODO]
flag at the end of the part which TiDB hasn't supported yet.It is a huge work, but it is still easy to finish parts of it.
SPATIAL
supports increate_definition
.COLUMN_FORMAT
supports incolumn_definition
.STORAGE
supports incolumn_definition
.WITH PARSER
supports inindex_option
.MATCH
supports inreference_definition
.reference_option
supports.DIRECTORY
supports intable_option
.INSERT_METHOD
supports intable_option
.STATS_AUTO_RECALC
supports intable_option
.STATS_SAMPLE_PAGES
supports intable_option
.TABLESPACE
supports intable_option
.UNION
supports intable_option
.LINEAR
andALGORITHM
supports inpartition_options
.LIST
supports inpartition_options
.SUBPARTITION
supports inpartition_options
.IN
supports inpartition_definition
.[STORAGE]
supports inpartition_definition
.DATA DIRECTORY
supports inpartition_definition
.INDEX DIRECTORY
supports inpartition_definition
.MAX_ROWS
supports inpartition_definition
.MIN_ROWS
supports inpartition_definition
.The text was updated successfully, but these errors were encountered: