mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed --no-defaults in installation
Build-tools/Do-compile: Fixed missing --no-defaults scripts/mysql_install_db.sh: Fixed --no-defaults
This commit is contained in:
@@ -25,7 +25,7 @@ do
|
||||
;;
|
||||
--force) force=1
|
||||
;;
|
||||
--no-defaults=*) defaults="$1"; CONFIG_FILES=/nonexistent
|
||||
--no-defaults) defaults="$1"; CONFIG_FILES=/nonexistent
|
||||
;;
|
||||
--defaults-file=*) defaults="$1"; CONFIG_FILES="$eqvalue"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user