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

ERROR 1105 (HY000): table_cache_meta tid not exist #56134

Closed
tiancaiamao opened this issue Sep 18, 2024 · 1 comment · Fixed by #56135
Closed

ERROR 1105 (HY000): table_cache_meta tid not exist #56134

tiancaiamao opened this issue Sep 18, 2024 · 1 comment · Fixed by #56135
Labels
affects-6.0 affects-7.0 affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. severity/minor sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@tiancaiamao
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

create table ta (id int,name varchar(32));
INSERT  into  ta values (1,'jack'),(2,'frank');
ALTER table ta cache;
show create table ta;
create table tb like ta;
show create table tb;
INSERT into tb values(3,'Tom');

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

No error

3. What did you see instead (Required)

ERROR 1105 (HY000): table_cache_meta tid not exist 3965

4. What is your TiDB version? (Required)

all versions

@tiancaiamao tiancaiamao added type/bug The issue is confirmed as a bug. severity/minor affects-6.0 affects-7.0 affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. labels Sep 18, 2024
@tiancaiamao
Copy link
Contributor Author

affect v6.0+ versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.0 affects-7.0 affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. severity/minor 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