[MDEV-18379] Unification of check for IPv6 Created: 2019-01-25 Updated: 2019-03-02 Resolved: 2019-01-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Fix Version/s: | 10.4.3, 10.1.38, 10.2.22, 10.3.13 |
| Type: | Task | Priority: | Major |
| Reporter: | Julius Goryavsky | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Currently, the three-node mtr suite for Galera (galera_3nodes) uses a separate IPv6 availability check using the "have_ipv6.inc" file. This check duplicates a more accurate check at suite.pm level, which can be used by including the file "check_ipv6.inc". |
| Comments |
| Comment by Julius Goryavsky [ 2019-01-25 ] |
|
The patch removes this discrepancy between suites. In addition, |
| Comment by Jan Lindström (Inactive) [ 2019-01-25 ] |
|
sysprgThanks, can you also prepare PR for 10.1 containing similar fixes. |