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

Remove end-of-life MySQL 5.5.x version #1097

Merged
merged 2 commits into from
Feb 25, 2022

Conversation

timvaillancourt
Copy link
Collaborator

@timvaillancourt timvaillancourt commented Feb 24, 2022

Description

This PR removes support for MySQL 5.5.x, which reached end-of-life on December 3, 2018

For the most part this PR removes testing for 5.5.x and a single hack to support 5.5.x in go/logic/inspect.go. This hack assumed binlog_row_image=FULL if the query for this global-variable failed, as it will do on 5.5.x (variable doesn't exist)

Removing this hack should make things more resilient in a situation where the select @@global.binlog_row_image query fails for a different reason

In case this PR introduced Go code changes:

  • contributed code is using same conventions as original code
  • script/cibuild returns with no formatting errors, build errors or unit test errors.

@dm-2
Copy link
Contributor

dm-2 commented Feb 25, 2022

Overriding merge requirements as build (mysql-5.5.62) migration test is removed by this PR.

@dm-2 dm-2 merged commit e15166e into github:master Feb 25, 2022
@timvaillancourt timvaillancourt deleted the remove-eol-5.5 branch February 25, 2022 17:16
@dm-2 dm-2 added this to the v1.2.0 milestone Jul 7, 2022
@timvaillancourt timvaillancourt removed this from the v1.2.0 milestone Jul 14, 2022
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