Skip to content

Tags: cxhwolf/mysql-server

Tags

mysql-8.0.15

Toggle mysql-8.0.15's commit message
BUG#29249542 - CANNOT SETUP REPLICATION WITHOUT IPV6 SINCE 8.0.14

Problem
=========================
Since Mysql server 8.0.14, we cannot setup a replication group using
mysql-shell (and probably by using mysql client).

The server fails with these messages (note the "cannot use port xxx"
and the "adding ipv6 localhost to whitelist" even though no ipv6 is
available)

Analysis and Fix
=========================
When adding ipv6.disable=1 to a into a boot configuration, we are left
without kernel support for IPv6. As such, we can't have calls that
use directly AF_INET6 or "::1". Remove all hardcoded AF_INET6
assumptions.

ReviewBoard: 21337

mysql-cluster-7.6.9

Toggle mysql-cluster-7.6.9's commit message
Merge branch 'mysql-5.6' into mysql-5.7

Bug #29121165 MYSQL SERVER FAILS TO START ON NON-ENGLISH WINDOWS WITH NAMED PIPES ENABLED

(cherry picked from commit ac20471ab13b361c9702661c1b674d12e62ba900)

mysql-cluster-7.5.13

Toggle mysql-cluster-7.5.13's commit message
Merge branch 'mysql-5.6' into mysql-5.7

(cherry picked from commit ac20471ab13b361c9702661c1b674d12e62ba900)

mysql-cluster-7.4.23

Toggle mysql-cluster-7.4.23's commit message
Merge branch 'mysql-5.5' into mysql-5.6

(cherry picked from commit 0a81167b41a016f4720242bd1afd07fd26547103)

mysql-cluster-7.3.24

Toggle mysql-cluster-7.3.24's commit message
Merge branch 'mysql-5.5' into mysql-5.6

mysql-5.7.25

Toggle mysql-5.7.25's commit message
Bug #29121165 MYSQL SERVER FAILS TO START ON NON-ENGLISH WINDOWS WITH…

… NAMED PIPES ENABLED

(cherry picked from commit ac20471ab13b361c9702661c1b674d12e62ba900)

mysql-5.6.43

Toggle mysql-5.6.43's commit message
Merge branch 'mysql-5.5' into mysql-5.6

(cherry picked from commit 0a81167b41a016f4720242bd1afd07fd26547103)

mysql-8.0.14

Toggle mysql-8.0.14's commit message
Updated copyright for DEB packaging to 2019 ahead of release

mysql-cluster-7.5.12

Toggle mysql-cluster-7.5.12's commit message
BUG#28737143 - SWITCH TO NON DEFAULT OPENSSL 1.0.X ON FEDORA29, 1.1.1…

… SUPPORT IS NOT THERE YET

- Switch openssl version to 1.0.x for fedora29 builds

(cherry picked from commit c6a0229be8964f631ff5a0ce4fe849acaa32376d)

mysql-cluster-7.4.22

Toggle mysql-cluster-7.4.22's commit message
Bug #28698831 7.5.11/12: NODE RESTART GOES TO HANG STATE ..

Backport of bug fix pushed to 7.6 as part of pLCP WL.
(BUG#26166901  WL#10302 (8069): NODE RESTART GOES TO HANG STATE ...)

Created new testcase showing at least one aspect of the problem
which is fixed.

Testcase added to daily-devel--07

(cherry picked from commit 92b919993fc5d94236e98fb0f01ab4e63fc8717d)