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

Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater) #9082

Merged
merged 3 commits into from
Apr 6, 2021

Conversation

ivorybilled
Copy link
Contributor

Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater). The third column is called 'encrypted', hence the placeholder variable name.

resolves #9063

@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Apr 1, 2021
Copy link
Contributor

@telegraf-tiger telegraf-tiger bot left a comment

Choose a reason for hiding this comment

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

🤝 ✅ CLA has been signed. Thank you!

Copy link
Contributor

@telegraf-tiger telegraf-tiger bot left a comment

Choose a reason for hiding this comment

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

@ivorybilled ivorybilled merged commit 14f428d into master Apr 6, 2021
@ivorybilled ivorybilled deleted the addThirdColumnForMySqlBinaryLogs branch April 6, 2021 21:45
reimda pushed a commit that referenced this pull request Apr 7, 2021
…se 3 columns are sent (MySQL 8 and greater) (#9082)

* Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater)

* Update mysql.go

* Update mysql.go

(cherry picked from commit 14f428d)
jblesener pushed a commit to jblesener/telegraf that referenced this pull request Apr 18, 2021
…se 3 columns are sent (MySQL 8 and greater) (influxdata#9082)

* Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater)

* Update mysql.go

* Update mysql.go
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
…se 3 columns are sent (MySQL 8 and greater) (influxdata#9082)

* Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater)

* Update mysql.go

* Update mysql.go

(cherry picked from commit 14f428d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input plugin mysql.conf "gather_binary_logs" is not compatible for mysql 8.0
2 participants