-
Notifications
You must be signed in to change notification settings - Fork 4.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
Support MySQL 8, Percona and MariaDB in metricbeat #10261
Conversation
51d4a7d
to
5715a7e
Compare
jenkins, test this again |
@@ -3,10 +3,22 @@ | |||
"ignore": "test github.com/elastic/beats", | |||
"package": [ | |||
{ | |||
"checksumSHA1": "42vkdsxNaLyPu+FktCzZ/8zsNSE=", | |||
"path": "appengine/cloudsql", |
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.
I wonder why this entry does not have a revision but is still here?
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.
Umm, we have another case in the main one. This was added by govendor, maybe because it appears in an import in the google.golang.org/appengine/cloudsql
package itself. 🤔
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.
Perhaps govendor adds an "empty" to level entry for all packages even if there is no code inside?
a3cdcbd
to
87a0da7
Compare
Test metricbeat module for MySQL with Percona and MariaDB too Update mysql driver to support default authentication method in MySQL 8. (cherry picked from commit 64c0b7f)
Support Percona, MariaDB and newer versions of MySQL in metricbeat (#10257).
Upgrade mysql driver to 1.4.1 to support default authentication method in MySQL 8.