[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: services: Fix mysql service activation.
From: |
guix-commits |
Subject: |
branch master updated: gnu: services: Fix mysql service activation. |
Date: |
Mon, 13 Jan 2020 18:44:58 -0500 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5c3d77c gnu: services: Fix mysql service activation.
5c3d77c is described below
commit 5c3d77c3b14a9e87b4075efa4d7a877181e25665
Author: Julien Lepiller <address@hidden>
AuthorDate: Tue Jan 14 00:39:30 2020 +0100
gnu: services: Fix mysql service activation.
This change is necessary after the split of mariadb outputs.
* gnu/services/databases.scm (%mysql-activation): Use mysql:lib in
mariadb-specific part.
---
gnu/services/databases.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index ec31489..a26eeb2 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -524,7 +524,7 @@ port=" (number->string port) "
(for-each
(lambda (sql)
(call-with-input-file
- (string-append #$mysql "/share/mysql/" sql)
+ (string-append #$mysql:lib "/share/mysql/" sql)
(lambda (in) (dump-port in p))))
'("mysql_system_tables.sql"
"mysql_performance_tables.sql"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: services: Fix mysql service activation.,
guix-commits <=