Skip to content

Commit

Permalink
sql: fix the SQL for SHARD_ROW_ID_BITS (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and liubo0127 committed May 2, 2018
1 parent f978fa6 commit df410c2
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 df410c2

Please sign in to comment.