Skip to content

Commit

Permalink
sql: fix wording (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and CaitinChen committed Sep 20, 2018
1 parent e5d9615 commit ce6460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Create Table: CREATE TABLE `t1` (
1 row in set (0.00 sec)
```

Architecturally, TiDB does support a similar storage engine abstraction to MySQL, user tables are be created in the engine specified by the [`--store`](server-command-option.md#--store) option used when starting tidb-server (typically `tikv`).
Architecturally, TiDB does support a similar storage engine abstraction to MySQL, and user tables are created in the engine specified by the [`--store`](server-command-option.md#--store) option used when you start tidb-server (typically `tikv`).

### EXPLAIN

Expand Down

0 comments on commit ce6460c

Please sign in to comment.