summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2020-03-10 01:29:30 +0300
committerSergei Petrunia <psergey@askmonty.org>2020-03-10 11:22:33 +0300
commitcc5f54819da673cce2f56fa7b592512d0897c825 (patch)
treea8175512bcf3d14edbfd9b8c5637afff31d56d2b
parent3393815668999a3233afef3ca536f984a5cbd9b3 (diff)
downloadmariadb-git-cc5f54819da673cce2f56fa7b592512d0897c825.tar.gz
XPand SE: Attempt to get packages built
-rw-r--r--storage/xpand/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xpand/CMakeLists.txt b/storage/xpand/CMakeLists.txt
index 4047653dca2..7b4727c09da 100644
--- a/storage/xpand/CMakeLists.txt
+++ b/storage/xpand/CMakeLists.txt
@@ -3,4 +3,4 @@
#****************************************************************************/
SET(XPAND_SOURCES ha_xpand.cc xpand_connection.cc ha_xpand_pushdown.cc)
-MYSQL_ADD_PLUGIN(xpand ${XPAND_SOURCES} STORAGE_ENGINE)
+MYSQL_ADD_PLUGIN(xpand ${XPAND_SOURCES} STORAGE_ENGINE COMPONENT xpand-engine)