mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
- Fix mysqld_safe so that it always passes correct --log-error argument to mysqld - A few other minor clean-ups to mysqld_safe scripts/mysqld_safe.sh: Bug #6061 mysql-log-rotate script - error logging doesn't use new file - Change mysqld_safe to pass --log-error to mysqld in all cases. The old behavior was to usually "swallow" the --log-error=file.name argument, which caused mysqld to write to stderr and not be able to flush the error log file. Ironically, passing --log-error (with no file name) seemed to work fine, because mysqld_safe didn't recognize it and passed it on to mysqld as an unknown option. - Ensure that the error log file matches what mysqld uses; in particular, add ".err" if given a --log-error argument with no extension, and add "$DATADIR" to the front of a relative path - Various other mysqld_safe clean-ups while there - quote arguments properly, remove some redundant code |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| fill_func_tables.sh | ||
| fill_help_tables.sh | ||
| fill_help_tables.sql | ||
| make_binary_distribution.sh | ||
| make_sharedlib_distribution.sh | ||
| make_win_src_distribution.sh | ||
| Makefile.am | ||
| msql2mysql.sh | ||
| mysql_config.sh | ||
| mysql_convert_table_format.sh | ||
| mysql_create_system_tables.sh | ||
| mysql_explain_log.sh | ||
| mysql_find_rows.sh | ||
| mysql_fix_extensions.sh | ||
| mysql_fix_privilege_tables.sh | ||
| mysql_fix_privilege_tables.sql | ||
| mysql_install_db.sh | ||
| mysql_secure_installation.sh | ||
| mysql_setpermission.sh | ||
| mysql_zap.sh | ||
| mysqlaccess.conf | ||
| mysqlaccess.sh | ||
| mysqlbug.sh | ||
| mysqld_multi.sh | ||
| mysqld_safe.sh | ||
| mysqldumpslow.sh | ||
| mysqlhotcopy.sh | ||