-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix skip-host-cache deprecation warning #1002
Conversation
Removes the `SET GLOBAL` at the beginning of the edited line as per the review comment suggestion
The 8.0.34-debian PR CI job seems to keep failing on this PR. Can anyone look into why? |
It's failing because the apt source only has 8.0.35, not 8.0.34
|
Could you try rebasing on top of master? |
|
rebase onto master
there, updated to master |
@LaurentGoderre what do you think? build's fixed, ready when you (and other maintainers) are |
It's good on my end. I will let @yosifkit have a final say. |
Thanks 👍 |
Changes: - docker-library/mysql@dc35bed: Fix skip-host-cache deprecation warning (docker-library/mysql#1002)
Changes: - docker-library/mysql@64f9436: Merge pull request docker-library/mysql#1015 from infosiftr/repo-urls - docker-library/mysql@0097ab8: Update tools repo handling and update innovation to mysql-shell 8.2.1 - docker-library/mysql@dc35bed: Fix skip-host-cache deprecation warning (docker-library/mysql#1002)
Fixes #990
Fixes #921
Also fixes hfagerlund/quiz_app#9