projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6829f
)
mariadb: fix mysql_config
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Thu, 28 Jun 2018 19:26:54 +0000
(21:26 +0200)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Thu, 28 Jun 2018 19:26:56 +0000
(21:26 +0200)
Correct the socket info in mysql_config.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
utils/mariadb/Makefile
patch
|
blob
|
history
diff --git
a/utils/mariadb/Makefile
b/utils/mariadb/Makefile
index 9f3fd10206c01aebbecfe18e904193d4fa51b64f..e9d450042e6aad8261766b41f3460e3740707bcc 100644
(file)
--- a/
utils/mariadb/Makefile
+++ b/
utils/mariadb/Makefile
@@
-341,6
+341,7
@@
CMAKE_OPTIONS += \
-DINSTALL_SCRIPTDIR=bin \
-DINSTALL_SQLBENCHDIR="" \
-DINSTALL_SUPPORTFILESDIR=share/mysql \
+ -DINSTALL_UNIX_ADDRDIR=/var/run/mysqld.sock \
-DMYSQLD_USER=root \
-DMYSQL_DATADIR=/var/lib/mysql \
-DMYSQL_UNIX_ADDR=/var/run/mysqld.sock \