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

fix: constant name mismatch #805

Merged
merged 1 commit into from
Jun 30, 2023
Merged

fix: constant name mismatch #805

merged 1 commit into from
Jun 30, 2023

Conversation

lengdavid
Copy link
Contributor

mysql source code -> https://github.com/mysql/mysql-server/blob/8.0/sql/system_variables.h#L60-L68

enum enum_binlog_row_image {
  /** PKE in the before image and changed columns in the after image */
  BINLOG_ROW_IMAGE_MINIMAL = 0,
  /** Whenever possible, before and after image contain all columns except
     blobs. */
  BINLOG_ROW_IMAGE_NOBLOB = 1,
  /** All columns in both before and after image. */
  BINLOG_ROW_IMAGE_FULL = 2
};

@lance6716 lance6716 merged commit bd8645a into go-mysql-org:master Jun 30, 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
Development

Successfully merging this pull request may close these issues.

3 participants