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
Unexpected error
Standalone mode, Frontend, Datanode
MySQL [(none)]> show schemas; +--------------------+ | Schemas | +--------------------+ | information_schema | | public | +--------------------+ 2 rows in set (0.002 sec) MySQL [(none)]> create schema information_schema; Query OK, 1 row affected (0.000 sec) MySQL [(none)]> show schemas; +--------------------+ | Schemas | +--------------------+ | information_schema | | information_schema | | public | +--------------------+ 3 rows in set (0.000 sec)
@Taylor-lagrange found this in #2928 (comment)
Cannot create a schema named information_schema since there is one
information_schema
two duplicate information_schemas
Doesn't matter
No response
The text was updated successfully, but these errors were encountered:
killme2008
Successfully merging a pull request may close this issue.
What type of bug is this?
Unexpected error
What subsystems are affected?
Standalone mode, Frontend, Datanode
Minimal reproduce step
@Taylor-lagrange found this in #2928 (comment)
What did you expect to see?
Cannot create a schema named
information_schema
since there is oneWhat did you see instead?
two duplicate
information_schema
sWhat operating system did you use?
Doesn't matter
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered: