Skip to content

Commit

Permalink
sql: fix the SQL for SHARD_ROW_ID_BITS
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Apr 29, 2018
1 parent 995ae9b commit 30209b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/tidb-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ To mitigate the hot spot issue, you can configure `SHARD_ROW_ID_BITS`. The ROW I
Usage of statements:

- `CREATE TABLE`: `CREATE TABLE t (c int) SHARD_ROW_ID_BITS = 4;`
- `ALTER TABLE`: `ALTER TABLE MODIFY t SHARD_ROW_ID_BITS = 4;`
- `ALTER TABLE`: `ALTER TABLE t SHARD_ROW_ID_BITS = 4;`

0 comments on commit 30209b9

Please sign in to comment.