You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Merge branch 'develop' into MCOL-4126
This commit is contained in:
@@ -16,7 +16,7 @@ else
|
||||
fi
|
||||
|
||||
if [ $rpmmode = erase ]; then
|
||||
if [ ! -z "$(pgrep -x mysqld)" ];then
|
||||
if [ ! -z "$(pgrep -x mariadbd)" ];then
|
||||
systemctl cat mariadb.service > /dev/null 2>&1
|
||||
if [ $? -eq 0 ] && [ $(running_systemd) -eq 0 ]; then
|
||||
systemctl restart mariadb.service > /dev/null 2>&1
|
||||
|
@@ -48,6 +48,9 @@ else ()
|
||||
target_link_libraries(ha_columnstore ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} ${NETSNMP_LIBRARIES} ${SERVER_BUILD_DIR}/libservices/libmysqlservices.a threadpool)
|
||||
|
||||
install(TARGETS ha_columnstore DESTINATION ${MARIADB_PLUGINDIR} COMPONENT columnstore-engine)
|
||||
|
||||
# define this dummy target for standalone builds (ie, when mysql_add_plugin doesn't exist)
|
||||
add_custom_target(columnstore DEPENDS ha_columnstore)
|
||||
endif ()
|
||||
|
||||
install(FILES syscatalog_mysql.sql
|
||||
|
@@ -68,7 +68,7 @@ user=`whoami 2>/dev/null`
|
||||
quiet=0
|
||||
|
||||
stop_mysqld=0
|
||||
if [ -z "$(pgrep -x mysqld)" ];then
|
||||
if [ -z "$(pgrep -x mariadbd)" ];then
|
||||
|
||||
# Startup mysqld
|
||||
systemctl cat mariadb.service > /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user