Revert "Add patch to fix erroneous check for binlog structures"
Applying this fix does not seem to have any effect on the number of this
bug's reproductions.
This reverts commit
8ab894e098c4d1c30032e15abbe5a6241e0eb5c6.
Change-Id: I9a1fc445bc4b0785b028bb281936580568c7bccd
Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
Add patch to fix erroneous check for binlog structures
This patch fixes the issue when mysql fails with segfault
due to binlog structures being non-initialized with '-1'
used as a array index of structures with binlog configuration
Change-Id: Ib3e2ed88bd3169c6df303df52e26ffa35e47d5ee
Original-author: Dmitry Bilunov <dbilunov@mirantis.com>
Closes-bug:
1541338
Update to MySQL 5.6.23 and wsrep 25.10
Amongst other things this fixes the (Heisen)bug caused by mixing mutexes
and atomic operations to manage a variable in a thread safe manner.
The wsrep patch was created by diffing original mysql-5.6.23 against [1]
provided by galeracluster and fixing conflicts with existing patches.
[1] http://releases.galeracluster.com/source/mysql-wsrep-5.6.23-25.10.tar.gz
Related-Bug: #
1462998
Related-Bug: #
1438516
Change-Id: I3eff2760f8e0696a9798f9d2e99bfe78e8a6e314
Fix package version
* Fix version according to Fuel versioning policy:
https://github.com/stackforge/fuel-specs/blob/master/specs/6.1/separate-mos-from-linux.rst
* No actual changes in source package
Partial-Bug: #
1454382
Change-Id: I9fffccc944e9249658c7aeb18bb48e89c0cde500
Added MySQL with codership.com wsrep patch
Mirantis OpenStack relies on MySQL Galera clustering solution to provide
highly available database. At the moment Galera needs a patch MySQL (which
is not included in Ubuntu), hence the custom package. The sources are copied
from https://review.fuel-infra.org/packages/precise/MySQL-wsrep commit
42f27fbe5c37279773c88023eb4a8f9c111579d7
Change-Id: I6a2fe2c3ee82a3870ef00c20f87e63c46c8ab260