Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/distributed-system/distributed-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ SELECT `current_max_id`, `step`,`version` FROM `sequence_id_generator` where `bi

```
id current_max_id step version biz_type
1 0 100 1 101
1 0 100 0 101
```

**4.不够用的话,更新之后重新 SELECT 即可。**
Expand Down