Commit be978b6c authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Upload to experimental with diagnostic patches

parent 79860dd2
mariadb-10.0 (10.0.22-2) UNRELEASED; urgency=low mariadb-10.0 (10.0.22-2~exp1) experimental; urgency=low
* Add diagnostics to find out the problem in os_sync_free() * Add diagnostics to find out the problem in os_sync_free()
* Backport fix for TokuDB crashes in build tests on Launchpad
and enable TokuDB builds
-- Otto Kekäläinen <otto@seravo.fi> Fri, 30 Oct 2015 11:42:55 +0200 -- Otto Kekäläinen <otto@seravo.fi> Fri, 13 Nov 2015 08:54:05 +0200
mariadb-10.0 (10.0.22-1) unstable; urgency=low mariadb-10.0 (10.0.22-1) unstable; urgency=low
......
...@@ -44,11 +44,6 @@ ifneq ($(ARCH), amd64) ...@@ -44,11 +44,6 @@ ifneq ($(ARCH), amd64)
CMAKEFLAGS += -DWITHOUT_TOKUDB=true CMAKEFLAGS += -DWITHOUT_TOKUDB=true
endif endif
# Completely disable TokuDB as it fails to build on some platforms and
# upstream developers do not seem to have fixing those on their roadmap
# See https://lists.launchpad.net/maria-developers/msg08390.html
CMAKEFLAGS += -DWITHOUT_TOKUDB=true
# Add support for verbose builds # Add support for verbose builds
MAKEFLAGS += VERBOSE=1 MAKEFLAGS += VERBOSE=1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment