summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2022-01-27 14:43:21 +0200
committerMonty <monty@mariadb.org>2022-01-27 14:43:21 +0200
commit93a5fb00252c54cad2844b385808a1c6ff0037eb (patch)
treefd148074647b5064fb92a7973d02d6427e985625 /support-files
parent8d9b1aa0d6e424fe3b73badf56bc561c81063b9c (diff)
downloadmariadb-git-93a5fb00252c54cad2844b385808a1c6ff0037eb.tar.gz
MDEV-27477 Remaining SUSE patches for 10.2+
This patch let's you specify not only user to use but also group that MariaDB should use. Original patch: https://github.com/openSUSE/mysql-packaging/blob/master/patches/mysql-patches/mariadb-10.2.3-group.patch Author: Kristyna Streitova Reviewer: monty@mariadb.org
Diffstat (limited to 'support-files')
-rw-r--r--support-files/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt
index 028201cb1b1..3b93f87cae7 100644
--- a/support-files/CMakeLists.txt
+++ b/support-files/CMakeLists.txt
@@ -29,6 +29,7 @@ ELSE()
SET(CFLAGS ${CMAKE_C_FLAGS})
SET(CXXFLAGS ${CMAKE_CXX_FLAGS})
SET(MYSQLD_USER "mysql")
+ SET(MYSQLD_GROUP "mysql")
SET(ini_file_extension "cnf")
SET(HOSTNAME "hostname")
ENDIF()