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

[Bug]: Ams Server always executes initSqlScript when using mysql8 #2049

Closed
2 tasks done
Tracked by #1930
tcodehuber opened this issue Sep 28, 2023 · 0 comments · Fixed by #2050
Closed
2 tasks done
Tracked by #1930

[Bug]: Ams Server always executes initSqlScript when using mysql8 #2049

tcodehuber opened this issue Sep 28, 2023 · 0 comments · Fixed by #2050
Labels
type:bug Something isn't working

Comments

@tcodehuber
Copy link
Contributor

What happened?

If we use mysql8, the ams server will always execute initSqlScript. Maybe the table name of mysql8 is case sensitive, which cause the wrong result when querying "SELECT 1 FROM information_schema.tables WHERE table_schema = 'xxxxxx' AND table_name = 'CATALOG_METADATA';"

Affects Versions

master/0.5.0+

What engines are you seeing the problem on?

AMS

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant