Skip to content

Unexpected Error: Failed to read auto-increment value from storage engine #38483

Closed
@bajinsheng

Description

Bug Report

Unexpected Error: Failed to read auto-increment value from storage engine

1. Minimal reproduce step (Required)

CREATE TABLE t0(c0 SMALLINT AUTO_INCREMENT PRIMARY KEY);
INSERT IGNORE  INTO t0(c0) VALUES (194626268);

INSERT IGNORE  INTO t0(c0) VALUES ('*'); -- Error: Failed to read auto-increment value from storage engine

2. What did you expect to see? (Required)

No error.

3. What did you see instead (Required)

Error

4. What is your TiDB version? (Required)

| Release Version: v6.4.0-alpha-72-g3ef8352a5
Edition: Community
Git Commit Hash: 3ef8352a5754606e511ca89292a50612c289a501
Git Branch: master
UTC Build Time: 2022-10-14 12:56:17
GoVersion: go1.19.1
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
Store: unistore |

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions