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

Filter sys schema on MySQL #6337

Merged
merged 1 commit into from Apr 29, 2021
Merged

Filter sys schema on MySQL #6337

merged 1 commit into from Apr 29, 2021

Conversation

lkm
Copy link
Contributor

@lkm lkm commented Dec 14, 2020

On MySQL 8 has a new sys schema that's used in conjunction with the performance schema, we should hide this as well. See this for details https://dev.mysql.com/doc/refman/8.0/en/sys-schema.html

@cla-bot cla-bot bot added the cla-signed label Dec 14, 2020
@lkm lkm requested a review from findepi December 14, 2020 17:19
@findepi findepi requested a review from ebyhr December 14, 2020 21:08
@ebyhr
Copy link
Member

ebyhr commented Dec 16, 2020

@findepi Do you think we can just hide this schema? The sys schema has been bundled since version 5.7 (not 8) by default.

@findepi
Copy link
Member

findepi commented Dec 16, 2020

I think it's not unreasonable to hide it. I don't have a strong opinion though.

@findepi findepi removed their request for review December 16, 2020 16:21
@findepi findepi changed the title Filter sys schema on MySQL 8 Filter sys schema on MySQL Dec 16, 2020
Copy link
Member

@ebyhr ebyhr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove 8 from commit title since it's not specific to the version.

@lkm lkm force-pushed the mysql-sys branch 2 times, most recently from f3cda55 to b8d9476 Compare December 23, 2020 08:08
@lkm
Copy link
Contributor Author

lkm commented Dec 23, 2020

Thanks @ebyhr, requested change made.

@lkm
Copy link
Contributor Author

lkm commented Apr 29, 2021

@ebyhr Pushed changes now. Apologies for forgetting this

@ebyhr ebyhr merged commit a0d0a21 into trinodb:master Apr 29, 2021
@ebyhr
Copy link
Member

ebyhr commented Apr 29, 2021

Merged, thanks!

@ebyhr ebyhr mentioned this pull request Apr 29, 2021
9 tasks
@martint martint added this to the 356 milestone Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants