Skip to content

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

@tiancaiamao

Description

@tiancaiamao

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions