From 59500f3780c1156c4a34392971e6327aa9013af8 Mon Sep 17 00:00:00 2001 From: Jarvan-Song <571354831@qq.com> Date: Thu, 10 Mar 2022 12:39:11 +0800 Subject: [PATCH] Update distributed-id.md --- docs/distributed-system/distributed-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/distributed-system/distributed-id.md b/docs/distributed-system/distributed-id.md index 97d66366..71f2e079 100644 --- a/docs/distributed-system/distributed-id.md +++ b/docs/distributed-system/distributed-id.md @@ -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 即可。**