Skip to content

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

Merged
ivorybilled merged 3 commits intomasterfrom
addThirdColumnForMySqlBinaryLogs
Apr 6, 2021
Merged

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

Conversation

@ivorybilled
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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)
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Aug 28, 2025
…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
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