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

Adds documentation for row-based replication flags #611

Merged
merged 2 commits into from
Sep 3, 2021

Conversation

IvoGoman
Copy link
Contributor

Adds details on defaults for row-based replication flags (binlog_row_metadata, binlog_row_image) for MySQL and MariaDB.

By default binlog_row_metadata is set to 'MINIMAL'/'NO_LOG' respectively and the TableMapEvent does not contain the full row metadata.
By default_binlog_row_image_ is set to 'FULL' and the RowEvent contains full Rows. Only when the flag is set to 'MINIMAL' then ColumnBitmap1, ColumnBitmap2 and SkippedColumns are set to indicate the columns of each row that were not logged.

- binlog_row_metadata
- binlog_row_image
@lance6716 lance6716 merged commit 313a953 into go-mysql-org:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants