summaryrefslogtreecommitdiff
path: root/storage/oqgraph
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2015-02-09 20:53:28 +0100
committerSergei Golubchik <sergii@pisem.net>2015-02-09 20:53:28 +0100
commitf007f82881b4294fa00236780309522863259546 (patch)
treec47ad334216a69b642f325cc0950cd998e53073f /storage/oqgraph
parentc233d6e120e20ea39dc7b9eac4cef264befc3cd0 (diff)
downloadmariadb-git-f007f82881b4294fa00236780309522863259546.tar.gz
MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbot
include oqgraph into deb packages conditionally, just like we do with tokudb
Diffstat (limited to 'storage/oqgraph')
-rw-r--r--storage/oqgraph/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/oqgraph/CMakeLists.txt b/storage/oqgraph/CMakeLists.txt
index 7b110b7de5a..0a3cabcd03c 100644
--- a/storage/oqgraph/CMakeLists.txt
+++ b/storage/oqgraph/CMakeLists.txt
@@ -52,4 +52,5 @@ IF(BOOST_OK)
MYSQL_ADD_PLUGIN(oqgraph ha_oqgraph.cc graphcore.cc STORAGE_ENGINE
MODULE_ONLY)
+ SET(OQGRAPH_DEB_FILES "usr/lib/mysql/plugin/ha_oqgraph.so\n" PARENT_SCOPE)
ENDIF(BOOST_OK)