Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
Description
The mysqld_safe man page contains duplicate entry for '--no-auto-restart'.
Can be tested with:
podman run -it mariadb:10.2 bash
|
$ unminimize
|
$ man mysqld_safe | grep -- --no-auto-restart
|
o --no-auto-restart
|
o --no-auto-restart
|
I believe that all MariaDB versions are impacted.