File tree 4 files changed +1
-27
lines changed
4 files changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ mariadb-10.0 (10.0.21-2) UNRELEASED; urgency=low
4
4
* Add CVE IDs to previous changelog entries
5
5
* Pass DEB_BUILD_ARCH to CMake options to enhance buils on some platforms
6
6
* Test suite failures are now fatal on all platforms and not ignored anywhere
7
+ * Revert most of commit 579282f and re-enable Mroonga
7
8
8
9
-- Otto Kekäläinen <
[email protected] > Wed, 26 Aug 2015 18:20:54 +0300
9
10
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ extend_default_test_timeout_for_tokudb.patch
8
8
remove_rename_mariadb-server_files_in.patch
9
9
innodb_simulate_comp_test_speedup.patch
10
10
fix-spelling-errors.patch
11
- mroonga-disable-switch.patch
12
11
mysqld_multi_confd.patch
13
12
mysqld_multi.server_lsb-header.patch
Original file line number Diff line number Diff line change 49
49
# See https://lists.launchpad.net/maria-developers/msg08390.html
50
50
CMAKEFLAGS += -DWITHOUT_TOKUDB=true
51
51
52
- # Skip Mroonga if arch is not amd64
53
- ifneq ($(ARCH ) , amd64)
54
- CMAKEFLAGS += -DWITHOUT_MROONGA=true
55
- endif
56
-
57
52
# Add support for verbose builds
58
53
MAKEFLAGS += VERBOSE=1
59
54
You can’t perform that action at this time.
0 commit comments