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

Mysql 8.0.14 version support Table map Event optional metaData #444

Closed
sean-k1 opened this issue Aug 25, 2023 · 0 comments · Fixed by #446
Closed

Mysql 8.0.14 version support Table map Event optional metaData #444

sean-k1 opened this issue Aug 25, 2023 · 0 comments · Fixed by #446

Comments

@sean-k1
Copy link
Collaborator

sean-k1 commented Aug 25, 2023

Description

Mysql 8.0 version support
Table map event optional meta data can be used when the global variable binlog_row_metadata is set to 'FULL'.
With this global variable value, you can retrieve column information from the binlog when a table map event occurs.

if time difference between the Table map event and the actual state of the database.
We can obtain column data at the time of event occurrence, rather than actual database information.
This allows for tracking even if the actual database table is dropped or if columns are altered.

Can I try to resolve this issue?

reference

@sean-k1 sean-k1 changed the title Mysql 8.0 version support Table map Event optional metaData Mysql 8.0.14 version support Table map Event optional metaData Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant