[Lunar-commits] <moonbase-other> mariadb: remove broken tokudb extension
v4hn
me at v4hn.de
Sun Jan 19 01:27:11 CET 2014
commit 4d573e6372a986b3bd5c890fb9ea957d0fc45182
Author: v4hn <me at v4hn.de>
Date: Sat, 18 Jan 2014 16:16:30 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/4d573e6372a986b3bd5c890fb9ea957d0fc45182
mariadb: remove broken tokudb extension
---
sql/mariadb/BUILD | +2/-1
sql/mariadb/CONFIGURE | +0/-1
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/sql/mariadb/BUILD
+++ b/sql/mariadb/BUILD
@@ -27,7 +27,8 @@ OPTS+=" -DSYSCONFDIR=/etc/mysql \
-DWITH_MYISAMMRG_STORAGE_ENGINE=1 \
-DWITH_MYISAM_STORAGE_ENGINE=1 \
-DWITHOUT_OQGRAPH_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1"
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_TOKUDB_STORAGE_ENGINE=1"
# A few of these flags are necessary when building mariadb with gcc >= 4.4
--- a/sql/mariadb/CONFIGURE
+++ b/sql/mariadb/CONFIGURE
@@ -1,5 +1,4 @@
mquery USE_ARCHIVE "Enable 'archive' storage engine support?" n "-DWITH_ARCHIVE_STORAGE_ENGINE=1" "-DWITHOUT_ARCHIVE_STORAGE_ENGINE=1"
mquery USE_BLACKHOLE "Enable 'blackhole' storage engine support?" n "-DWITH_BLACKHOLE_STORAGE_ENGINE=1" "-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1"
mquery USE_PARTITION "Enable 'partition' storage engine support?" n "-DWITH_PARTITION_STORAGE_ENGINE=1" "-DWITHOUT_PARTITION_STORAGE_ENGINE=1"
-mquery USE_TOKUDB "Enable 'tokudb' storage engine support?" n "-DWITH_TOKUDB_STORAGE_ENGINE=1" "-DWITHOUT_TOKUDB_STORAGE_ENGINE=1"
mquery USE_FEDERATED "Enable 'federated' storage engine support?" n "-DWITH_FEDERATED_STORAGE_ENGINE=1" "-DWITHOUT_FEDERATED_STORAGE_ENGINE=1"
More information about the Lunar-commits
mailing list