mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
75b8fe4f18
* Rename all files to use 10.3 in the filename * Adjust rules to delete extra lines from control file * Adjust control file to have correct Replaces/Breaks list for each package * Add libcurl3-dev as build dependency for mariadb server in debian
8 lines
545 B
Text
8 lines
545 B
Text
# The delay in seconds the init script waits for the server to be up and running after having started "mysqld_safe" to run the "/etc/mysql/debian-start" script.
|
|
# If the server is still not responding after the delay, the script won't be executed and an error will be thrown on the syslog.
|
|
# Default: 30
|
|
#MYSQLD_STARTUP_TIMEOUT=30
|
|
|
|
# The email recipient(s) of the output of the check for crashed and improperly closed MyISAM and Aria tables done at each server start by the "/etc/mysql/debian-start" script.
|
|
# Default: root
|
|
#MYCHECK_RCPT="root"
|