summaryrefslogtreecommitdiff
path: root/mysql-test/include/ipv6.inc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-27682: bundled wsrep_notify.sh causes mariadbd to freeze during startJulius Goryavsky2022-10-041-1/+0
| | | | | | | | | | | | | | This commit adds automation that will reduce the possibility of user errors when customizing wsrep_notify.sh (in particular caused by user-specified parameters). Now all leading and trailing spaces are removed from the user-specified parameters and automatic port and host address substitution has been added to scripts, as well as automatic password substitution to the client command line, only if it is specified in the wsrep_notify.sh and not as empty strings. Also added support for automatic substitution of the all SSL-related parameters and improved parsing for ipv6 addresses (to allow "[...]" notation for ipv6 addresses). Also added a test to check if the wsrep notify script will works with SSL.
* Patch to fix bug#50981. Replace now the result ::1 by localhost for Windows. ↵Horst.Hunger2010-02-081-0/+3
| | | | Both is valid.
* Reviewed patch of QA results for WL#798.Horst.Hunger2009-11-231-0/+22