We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5453b2 commit 349e00dCopy full SHA for 349e00d
migrate-from-mariadb.md
@@ -283,7 +283,7 @@ Create Table: CREATE TABLE `t1` (
283
1 row in set (0.001 sec)
284
```
285
286
-MariaDB has special handling for unique indexes that are over the maximum length as show below. TiDB doesn't provide this feature.
+MariaDB has special handling for unique indexes that are over the maximum length as shown below. TiDB does not provide this feature.
287
288
289
MariaDB> CREATE TABLE t2 (id SERIAL PRIMARY KEY, c1 TEXT NOT NULL);
0 commit comments