You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: