Skip to content

Commit

Permalink
minor format updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Sep 10, 2024
1 parent fec97fb commit 6ba76c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-increment.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ SHOW CREATE TABLE t;
1 row in set (0.00 sec)
```

此时如果重启 TiDB,自增 ID 缓存将会丢失新的插入操作将从一个之前缓存范围外的更高的 ID 值开始分配。
此时如果重启 TiDB,自增 ID 缓存将会丢失新的插入操作将从一个之前缓存范围外的更高的 ID 值开始分配。

```sql
INSERT INTO t VALUES();
Expand Down

0 comments on commit 6ba76c4

Please sign in to comment.