Skip to content

Tags: cimichen/mysql-server

Tags

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)

mysql-cluster-7.6.8

Toggle mysql-cluster-7.6.8's commit message
Deb packaging: Add support for Ubuntu 18.10 (Cosmic Cuttlefish)

(cherry picked from commit a7114ceac42e82a8b152f3e2e183db4791ed54a2)
(cherry picked from commit e0204567d31cbaf4f9c6f68531ca2aaec15d38bb)

mysql-8.0.13

Toggle mysql-8.0.13's commit message
Bug#28730189 wrong rpath for router on solaris

On solaris absolute, hardcoded rpaths were used. As the location
of the libraries changed from /opt/mysql/mysql-router to
/opt/mysql/mysql libraries weren't found at startup.

Instead of using absolute paths, relative rpaths are used by using
$ORIGIN on Solaris too.

mysql-5.7.24

Toggle mysql-5.7.24's commit message
Deb packaging: Add support for Ubuntu 18.10 (Cosmic Cuttlefish)

(cherry picked from commit a7114ceac42e82a8b152f3e2e183db4791ed54a2)

mysql-cluster-7.3.23

Toggle mysql-cluster-7.3.23's commit message
Bug#28541029 PKGVER FAILED FOR WINDOWS X86-64BIT MSI PACKAGES - BOTH …

…COMMUNITY AND COMMERCIAL

Problem:
Server 5.7 and 5.6 crash on msi uninstall due to missing dll reference. Wix 3.8 is used for building both server 5.6 and 5.7 msi when the packaging script has a reference to a custom action dll entry (WixQuietExec) only available in Wix 3.10 (and newer).

Fix:
Replaced WixQuietExec with CAQuietExec (available in wix 3.8 custom action dll).

mysql-5.6.42

Toggle mysql-5.6.42's commit message
Bug#28541029 PKGVER FAILED FOR WINDOWS X86-64BIT MSI PACKAGES - BOTH …

…COMMUNITY AND COMMERCIAL

Problem:
Server 5.7 and 5.6 crash on msi uninstall due to missing dll reference. Wix 3.8 is used for building both server 5.6 and 5.7 msi when the packaging script has a reference to a custom action dll entry (WixQuietExec) only available in Wix 3.10 (and newer).

Fix:
Replaced WixQuietExec with CAQuietExec (available in wix 3.8 custom action dll).

(cherry picked from commit 57e71f991e9b59a6ca8ee0c6152e69982a935bf3)

mysql-cluster-7.2.35

Toggle mysql-cluster-7.2.35's commit message
WL#12233 MANUALLY START/STOP PROCESSES FROM TESTS

Adds stop, switchConfig, and start atrt commands that can be called from
tests.

These commands allow support of downgrade tests in which we are required
to stop all management nodes, and then start them one at the time with
new configuration (different procedure than rolling restart).

Rolling restarts can still be done with the previously existent command
"change_version". Additionally, the stop and start commands can be use
for any other test scenarios that requiring stopping and/or starting a
data node.

Minor formatting issues in AtrtClient.cpp are also fixed.

mysql-5.5.62

Toggle mysql-5.5.62's commit message
Bug#27788907 SOME FILE OPERATIONS IN MF_IOCACHE2.C ARE NOT INSTRUMENTED

MySQL bug number 90264

Contribution by Yura Sorokin.

Problem:

File mysys/mf_iocache2.c contains non instrumented file io operations.
This causes inaccurate statistics in PERFORMANCE_SCHEMA.

Solution:

Use the instrumentation apis (mysql_file_tell instead of my_tell, etc).

mysql-cluster-7.6.7

Toggle mysql-cluster-7.6.7's commit message
BUG#28378227: Disable TwoPassInitialNodeRestartCopy

(cherry picked from commit 19cb9fe7f88e18ba3ae722bb2dac6e546f55f8df)