Skip to content

Commit

Permalink
sql: Added temp tables, CTAS, XA to incompatibility (#765)
Browse files Browse the repository at this point in the history
* sql: Added temp tables, XA and CTAS to incompatibility
  • Loading branch information
morgo authored Dec 27, 2018
1 parent a78f3b1 commit c6b4982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ However, in TiDB, the following MySQL features are not supported for the time be
+ X-Protocol
+ Savepoints
+ Column-level privileges
+ `CREATE TABLE tblName AS SELECT stmt` syntax
+ `CREATE TEMPORARY TABLE` syntax
+ `XA` syntax (TiDB uses a two-phase commit internally, but this is not exposed via an SQL interface)

## Features that are different from MySQL

Expand Down

0 comments on commit c6b4982

Please sign in to comment.