Skip to content

Commit 349e00d

Browse files
Update migrate-from-mariadb.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a5453b2 commit 349e00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate-from-mariadb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Create Table: CREATE TABLE `t1` (
283283
1 row in set (0.001 sec)
284284
```
285285

286-
MariaDB has special handling for unique indexes that are over the maximum length as show below. TiDB doesn't provide this feature.
286+
MariaDB has special handling for unique indexes that are over the maximum length as shown below. TiDB does not provide this feature.
287287

288288
```
289289
MariaDB> CREATE TABLE t2 (id SERIAL PRIMARY KEY, c1 TEXT NOT NULL);

0 commit comments

Comments
 (0)