[Commits] 7ae3e1ea22f: XPand SE: Attempt to get packages built
revision-id: 7ae3e1ea22f9034170034687bec6477b7443f9f4 (mariadb-10.4.4-756-g7ae3e1ea22f) parent(s): a8998486189e4257a321e66c38c711990e11aa60 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2020-03-10 01:29:30 +0300 message: XPand SE: Attempt to get packages built --- storage/xpand/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)
participants (1)
-
psergey