We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> 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?
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)
The text was updated successfully, but these errors were encountered:
waynexia
Successfully merging a pull request may close this issue.
Good catch! It's a bug🥲
Originally posted by @WenyXu in #3741 (comment)
The text was updated successfully, but these errors were encountered: