Skip to content

Commit ecb0e0a

Browse files
shinnokcvicentiu
authored andcommitted
autobake-deb: disable storage engines using -DPLUGIN
1 parent 4d63762 commit ecb0e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/autobake-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then
2626
sed 's|DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test|DINSTALL_MYSQLTESTDIR=false|' -i debian/rules
2727

2828
# Also skip building RocksDB and TokuDB to save even more time and disk space
29-
sed 's|-DDEB|-DWITHOUT_TOKUDB_STORAGE_ENGINE=true -DWITHOUT_MROONGA_STORAGE_ENGINE=true -DWITHOUT_ROCKSDB_STORAGE_ENGINE=true -DWITHOUT_SPIDER_STORAGE_ENGINE=true -DWITHOUT_OQGRAPH_STORAGE_ENGINE=true -DWITHOUT_PERFSCHEMA_STORAGE_ENGINE=true -DWITHOUT_SPHINX_STORAGE_ENGINE=true -DDEB|' -i debian/rules
29+
sed 's|-DDEB|-DPLUGIN_TOKUDB=NO -DPLUGIN_MROONGA=NO -DPLUGIN_ROCKSDB=NO -DPLUGIN_SPIDER=NO -DPLUGIN_OQGRAPH=NO -DPLUGIN_PERFSCHEMA=NO -DPLUGIN_SPHINX=NO -DDEB|' -i debian/rules
3030
fi
3131

3232

0 commit comments

Comments
 (0)