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 binlog end log pos over lost data #1367

Merged
merged 14 commits into from
Mar 12, 2024

Commits on Jan 16, 2024

  1. fix(fix binlog end-log-pos over 4g lost data): fix binlog end-log-pos…

    … over 4g lost data
    shaohoukun committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3b7ae99 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix(fix-binlog-end-log-pos-over-lost-data): fix-binlog-end-log-pos-ov…

    …er-lost-data
    
    Calculate whether the binlog log_pos overflows beyond 4G using end_log_pos and event_size.
    shaohoukun committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6f77684 View commit details
    Browse the repository at this point in the history
  2. fix(x): x

    x
    shaohoukun committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    88fea51 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    a27a339 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    751bb62 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    60134c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-binlog-end-log-pos-over-lost-data' of github.com:sh…

    …aohk/gh-ost into fix-binlog-end-log-pos-over-lost-data
    shaohoukun committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e640f03 View commit details
    Browse the repository at this point in the history
  3. fix(fix-binlog-end-log-pos-over-lost-data): x

    x
    shaohoukun committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a18e231 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update binlog.go

    change IsLogPosOverflowBeyond4Bytes comment.
    shaohk authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d58be83 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update binlog.go

    x
    shaohk authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bad5296 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix(fix-binlog-end-log-pos-over-lost-data): fix doc

    x
    shaohoukun committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f869a00 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    58927af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2e742c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f1d1ad View commit details
    Browse the repository at this point in the history