[Commits] cd9571467dd: XPand SE: Attempt to get packages built
revision-id: cd9571467dd00f97ecbbfa95859886066e9cffe2 (mariadb-10.5.0-245-gcd9571467dd) parent(s): 4042bb891cbb759b519802bfdc6b3867b2eff5c2 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2020-03-04 15:16:51 +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 78fe16c0525..e975411532a 100644 --- a/storage/xpand/CMakeLists.txt +++ b/storage/xpand/CMakeLists.txt @@ -12,7 +12,7 @@ ENDIF() SET(XPAND_PLUGIN_STATIC "xpand") SET(XPAND_PLUGIN_DYNAMIC "ha_xpand") 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) IF(MSVC) IF (CMAKE_BUILD_TYPE STREQUAL "Debug")
participants (1)
-
psergey