mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
3e56972712
process all --defaults* options uniformly, get rid of special case for --no-defaults and --print-defaults use realpath instead of blindly concatenating pwd and relative path.
12 lines
650 B
Text
12 lines
650 B
Text
Could not open required defaults file: /path/with/no/extension
|
|
Fatal error in defaults handling. Program aborted
|
|
Could not open required defaults file: /path/with.ext
|
|
Fatal error in defaults handling. Program aborted
|
|
Could not open required defaults file: relative/path/with.ext
|
|
Fatal error in defaults handling. Program aborted
|
|
Could not open required defaults file: relative/path/without/extension
|
|
Fatal error in defaults handling. Program aborted
|
|
Could not open required defaults file: with.ext
|
|
Fatal error in defaults handling. Program aborted
|
|
Could not open required defaults file: no_extension
|
|
Fatal error in defaults handling. Program aborted
|