diff --git a/sql/mysql-compatibility.md b/sql/mysql-compatibility.md index 69d9df8857927..fa2d8095a6181 100644 --- a/sql/mysql-compatibility.md +++ b/sql/mysql-compatibility.md @@ -97,6 +97,7 @@ TiDB implements an optimistic transaction model. Unlike MySQL, which uses row-le LOAD DATA LOCAL INFILE 'file_name' INTO TABLE table_name {FIELDS | COLUMNS} TERMINATED BY 'string' ENCLOSED BY 'char' ESCAPED BY 'char' LINES STARTING BY 'string' TERMINATED BY 'string' + IGNORE n LINES (col_name ...); ``` @@ -115,4 +116,4 @@ TiDB implements an optimistic transaction model. Unlike MySQL, which uses row-le - The default value in MySQL: - On Linux: 0 - On Windows: 1 - - On macOS: 2 \ No newline at end of file + - On macOS: 2