Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bajinsheng opened this issue Oct 15, 2022 · 0 comments · Fixed by #38486
Closed

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

bajinsheng opened this issue Oct 15, 2022 · 0 comments · Fixed by #38486
Assignees
Labels
fuzz/sqlancer severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@bajinsheng
Copy link

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 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzz/sqlancer severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants