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.
This commit is contained in:
parent
e5b955580d
commit
5c3d77c3b1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user