mariadb/mysql-test/main/mysqld--defaults-file.result
Sergei Golubchik 3e56972712 cleanup: unify --defaults* option handling
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.
2019-10-14 10:29:30 +02:00

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