mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Remove mysql-service procedure.
* gnu/services/databases.scm (mysql-service): Delete variable. Change-Id: Idbf3c9e2d595722792231f2417f85927bf89330c
This commit is contained in:
@@ -97,7 +97,6 @@
|
||||
memcached-configuration-udp-port
|
||||
memcached-configuration-additional-options
|
||||
|
||||
mysql-service
|
||||
mysql-service-type
|
||||
mysql-configuration
|
||||
mysql-configuration?
|
||||
@@ -828,10 +827,6 @@ port=" (number->string port) "
|
||||
(description "Run the MySQL or MariaDB database server,
|
||||
@command{mysqld}.")))
|
||||
|
||||
(define-deprecated (mysql-service #:key (config (mysql-configuration)))
|
||||
mysql-service-type
|
||||
(service mysql-service-type config))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Redis
|
||||
|
||||
Reference in New Issue
Block a user