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

Can't FLASHBACK DATABASE if there're too many tables under the database #54415

Closed
lance6716 opened this issue Jul 3, 2024 · 0 comments · Fixed by #54439 · May be fixed by #54665
Closed

Can't FLASHBACK DATABASE if there're too many tables under the database #54415

lance6716 opened this issue Jul 3, 2024 · 0 comments · Fixed by #54439 · May be fixed by #54665
Labels

Comments

@lance6716
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

drop a database with 10080 tables.

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

no error

3. What did you see instead (Required)

mysql> FLASHBACK DATABASE db_99;
ERROR 8025 (HY000): entry too large, the max entry size is 6291456, the size of data is 30582644

4. What is your TiDB version? (Required)

@lance6716 lance6716 added the type/bug This issue is a bug. label Jul 3, 2024
@lance6716 lance6716 changed the title Can't FLASHBACK DATABASE if there's too many tables under the database Can't FLASHBACK DATABASE if there're too many tables under the database Jul 3, 2024
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants