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 corrupted table info #3759

Closed
WenyXu opened this issue Apr 20, 2024 · 0 comments · Fixed by #3772
Closed

Unexpected corrupted table info #3759

WenyXu opened this issue Apr 20, 2024 · 0 comments · Fixed by #3772
Assignees
Labels
C-bug Category Bugs

Comments

@WenyXu
Copy link
Member

WenyXu commented Apr 20, 2024

          > BTW, I found the database would crash once I create a metric table with 2 columns with the same name:
mysql> CREATE TABLE `phy`(ts timestamp time index, val double) engine=metric with ("physical_metric_table" = "");

mysql> CREATE TABLE t1(ts timestamp time index, val double, host text, host string) engine=metric with ("on_physical_tab
le" = "phy");
ERROR 1815 (HY000): Internal error: 1003

mysql> show tables;
ERROR 1815 (HY000): Internal error: 1003

Is it the intended behavior?

Good catch! It's a bug🥲

Originally posted by @WenyXu in #3741 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants