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

Open
tiancaiamao opened this issue Sep 18, 2024 · 1 comment · May be fixed by #56135
Open

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

tiancaiamao opened this issue Sep 18, 2024 · 1 comment · May be fixed by #56135

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
Copy link
Contributor Author

affect v6.0+ versions

@tiancaiamao tiancaiamao linked a pull request Sep 18, 2024 that will close this issue
13 tasks
@jebter jebter added the sig/sql-infra SIG: SQL Infra label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants