-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Double the time waiting post replication restart #1421
base: release-1.1.6
Are you sure you want to change the base?
Commits on Dec 7, 2023
-
Co-authored-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for fe9d8d1 - Browse repository at this point
Copy the full SHA fe9d8d1View commit details -
Remove stale RELEASE_VERSION file (#1349)
Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com>
Configuration menu - View commit details
-
Copy full SHA for fa12f44 - Browse repository at this point
Copy the full SHA fa12f44View commit details -
Force index in unique key range queries (#1237)
* WIP * Pass entire sql.UniqueKey * newline for limit * Rename var --------- Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for b22229f - Browse repository at this point
Copy the full SHA b22229fView commit details
Commits on Dec 8, 2023
-
Include git commit in version (#1347)
* Include git commit in version Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com> * Make --version output change less-breaking --------- Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com>
Configuration menu - View commit details
-
Copy full SHA for d90112c - Browse repository at this point
Copy the full SHA d90112cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 347d8e0 - Browse repository at this point
Copy the full SHA 347d8e0View commit details -
Cleanup whitespace and comments in SQL query text (#1246)
* Cleanup whitespace in SQL query text * cleanup * Add indent * Update unit tests * Update unit tests, pt 2 * Fix tweaks * Fix merge conflict resolution Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for 5ebb953 - Browse repository at this point
Copy the full SHA 5ebb953View commit details
Commits on Dec 11, 2023
-
* Fix `--version` output Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com> * Always fallback version/commit if undef Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com> --------- Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com>
Configuration menu - View commit details
-
Copy full SHA for 679d39e - Browse repository at this point
Copy the full SHA 679d39eView commit details -
* go1.21 + bullseye Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * go1.21 + bullseye pt 2 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * checkout before setup-go Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * go fmt Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Use golangci-lint 1.54.2 to support go1.21 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * stop using io/ioutil to make linter happy Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix typo Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Lint Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * revert replica-tests CI to ubuntu 20 due to linker errors Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Update ensure-go-installed * use `ubuntu-latest` for `ci` job Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * stretch -> bullseye Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Signed-off-by: Tim Vaillancourt <tvaillancourt@slack-corp.com>
Configuration menu - View commit details
-
Copy full SHA for 462930f - Browse repository at this point
Copy the full SHA 462930fView commit details -
Replace deprecated
github.com/satori/go.uuid
lib (#1354)Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for 8f9c384 - Browse repository at this point
Copy the full SHA 8f9c384View commit details
Commits on Dec 12, 2023
-
Add
CODEOWNERS
file to auto-request reviews (#1350)Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for 59fd18d - Browse repository at this point
Copy the full SHA 59fd18dView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11d66d8 - Browse repository at this point
Copy the full SHA 11d66d8View commit details
Commits on Jan 31, 2024
-
Remove `@dm-2` as I am no longer a maintainer for gh-ost.
Configuration menu - View commit details
-
Copy full SHA for 51c1a21 - Browse repository at this point
Copy the full SHA 51c1a21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6cddf9 - Browse repository at this point
Copy the full SHA a6cddf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f09ee0 - Browse repository at this point
Copy the full SHA 6f09ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa6912 - Browse repository at this point
Copy the full SHA 3aa6912View commit details -
Add
cpu-profile
interactive command (#1358)* Add cpu-profile interactive command * better doc markdown Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * set block profile after isProfiling=1 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * improve test Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * check isCPUProfiling later Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Cleanup Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * Fix discrepancy Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * move base64 to .applyServerCommand(...) Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for b1aae87 - Browse repository at this point
Copy the full SHA b1aae87View commit details
Commits on Mar 12, 2024
-
Support to config charset and collation (#1368)
* feat(feat-config-connection-charset): support config connection charset * feat(feat-config-connection-charset): feat-config-connection-charset The ability to specify character set and collation is supported. --------- Co-authored-by: shaohoukun <shaohoukun@meituan.com>
Configuration menu - View commit details
-
Copy full SHA for aa010a0 - Browse repository at this point
Copy the full SHA aa010a0View commit details -
Add Dependabot config file (#1213)
Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for 17149b9 - Browse repository at this point
Copy the full SHA 17149b9View commit details -
* Bump actions/upload-artifact from 1 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update codeQL action --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for a05f32f - Browse repository at this point
Copy the full SHA a05f32fView commit details -
Bump actions/setup-go from 4 to 5 (#1395)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b3c6ba - Browse repository at this point
Copy the full SHA 6b3c6baView commit details -
Bump golangci/golangci-lint-action from 3 to 4 (#1392)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27a672d - Browse repository at this point
Copy the full SHA 27a672dView commit details -
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ca2499 - Browse repository at this point
Copy the full SHA 9ca2499View commit details -
Fix binlog end log pos over lost data (#1367)
* fix(fix binlog end-log-pos over 4g lost data): fix binlog end-log-pos over 4g lost data * fix(fix-binlog-end-log-pos-over-lost-data): fix-binlog-end-log-pos-over-lost-data Calculate whether the binlog log_pos overflows beyond 4G using end_log_pos and event_size. * fix(x): x x * test(fix-binlog-end-log-pos-over-lost-data): add unit test * fix(fix-binlog-end-log-pos-over-lost-data): x x * Update binlog.go change IsLogPosOverflowBeyond4Bytes comment. * Update binlog.go x * fix(fix-binlog-end-log-pos-over-lost-data): fix doc x --------- Co-authored-by: shaohoukun <shaohoukun@meituan.com> Co-authored-by: Tim Vaillancourt <tim@timvaillancourt.com> Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for 48b34bc - Browse repository at this point
Copy the full SHA 48b34bcView commit details -
Update the description of the max-lag-millis in docs (#1388)
* Update description for max-lag-millis in command-line-flags.md * Update command-line-flags.md --------- Co-authored-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for bc6cd55 - Browse repository at this point
Copy the full SHA bc6cd55View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c681f61 - Browse repository at this point
Copy the full SHA c681f61View commit details
Commits on Apr 9, 2024
-
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for 329b13d - Browse repository at this point
Copy the full SHA 329b13dView commit details
Commits on Apr 10, 2024
-
Update to go1.22, update core deps to latest-stable (#1404)
* Update to go1.22, update core deps to latest-stable Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * update script/ensure-go-installed Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * git add vendor --all Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> * go 1.22.0 Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> --------- Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com> Co-authored-by: meiji163 <meiji163@github.com>
Configuration menu - View commit details
-
Copy full SHA for e6c198c - Browse repository at this point
Copy the full SHA e6c198cView commit details
Commits on Apr 14, 2024
-
chore: fix function names in comment (#1405)
Signed-off-by: mountcount <cuimoman@outlook.com> Co-authored-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for 8d99e46 - Browse repository at this point
Copy the full SHA 8d99e46View commit details
Commits on May 7, 2024
-
Bump golangci/golangci-lint-action from 4 to 6 (#1414)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e87e2ab - Browse repository at this point
Copy the full SHA e87e2abView commit details
Commits on Jun 2, 2024
-
chore: fix some function names (#1417)
Signed-off-by: overallteach <cricis@foxmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 59db6fa - Browse repository at this point
Copy the full SHA 59db6faView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef238ee - Browse repository at this point
Copy the full SHA ef238eeView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e1fbcb - Browse repository at this point
Copy the full SHA 1e1fbcbView commit details
Commits on Aug 15, 2024
-
Refine
wait_timeout
override to be at cut-over only (#1406)Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
Configuration menu - View commit details
-
Copy full SHA for 48cb9ab - Browse repository at this point
Copy the full SHA 48cb9abView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e25e71 - Browse repository at this point
Copy the full SHA 1e25e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7fba3 - Browse repository at this point
Copy the full SHA df7fba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5708e - Browse repository at this point
Copy the full SHA ea5708eView commit details