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

Parsing ipv6 addresses #640

Merged
merged 7 commits into from
Oct 23, 2020
Merged

Parsing ipv6 addresses #640

merged 7 commits into from
Oct 23, 2020

Conversation

shlomi-noach
Copy link
Contributor

Fixed #604

This PR correctly parses ipv6 addresses. The following are valid:

  • 0:0:0:0:0:0:0:0
  • ::1
  • 2001:db8:1f70::999:de8:7648:6e8
  • [2001:db8:1f70::999:de8:7648:6e8]:3306

cc @Roguelazer

@Roguelazer
Copy link
Contributor

I tested this in our staging environment and it seemed to work correctly.

@shlomi-noach
Copy link
Contributor Author

shlomi-noach commented Sep 20, 2018

@Roguelazer thank you. It's a bit of a hack-ish solution, but it should suffice for gh-ost.

@shlomi-noach shlomi-noach temporarily deployed to production/mysql_role=ghost_testing October 2, 2018 05:12 Inactive
@github github deleted a comment Jan 1, 2019
@timvaillancourt timvaillancourt temporarily deployed to production/mysql_role=ghost_testing October 22, 2020 10:18 Inactive
@timvaillancourt
Copy link
Collaborator

timvaillancourt commented Oct 23, 2020

This is passing internal tests using IPV4 addresses, meaning I can confirm it doesn't break existing use cases

I tested this in our staging environment and it seemed to work correctly.

Considering the IPV6 side tested by @Roguelazer here

Thanks @shlomi-noach and @Roguelazer!

@timvaillancourt timvaillancourt merged commit e99b915 into master Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-assume-master-host doesn't work with IPv6 literals
3 participants