-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: update pingcap/log to fix audit plugin build in 2.1 #14218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-unit-test |
@tiancaiamao @imtbkcat PTAL |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
@lysu merge failed. |
/run-unit-test |
/run-unit-test |
/merge |
Your auto merge job has been accepted, waiting for 14258, 13878, 14052 |
/run-all-tests |
@lysu merge failed. |
/run-unit-test |
Hi @lysu why this is closed? |
What problem does this PR solve?
current release 2.1 branch load audit plugin will fail with
What is changed and how it works?
audit plugin and release-3.0 have upgrade pingcap/log dependency, to make plugin can work with 2.1, we need upgrade log in 2.1 too
also cherry-pick conn_ip_example fix #10288 to 2.1
Check List
Tests
Code changes
Side effects
Related changes
Release note
This change is