mariadb/scripts
unknown 3c0ca0ce2d Bug #6061 mysql-log-rotate script - error logging doesn't use new file
- 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
2006-05-10 11:33:36 -06:00
..
.cvsignore
fill_func_tables.sh This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
fill_help_tables.sh
fill_help_tables.sql
make_binary_distribution.sh Remove sql-bench from the server repository -- it is being maintained 2006-04-13 10:34:46 -07:00
make_sharedlib_distribution.sh
make_win_src_distribution.sh Remove sql-bench from the server repository -- it is being maintained 2006-04-13 10:34:46 -07:00
Makefile.am mysql_upgrade.sh removed. 2006-04-12 16:54:00 +05:00
msql2mysql.sh
mysql_config.sh mysql_config.sh: 2006-03-29 14:59:53 +02:00
mysql_convert_table_format.sh This patch removes the remaining TYPE= code from MySQL. It cleans up a number of tests where it was being called still (and failing). Also I cleaned up all of the extra scripts so that they now work. 2006-02-12 13:26:30 -08:00
mysql_create_system_tables.sh fix for bug#16415 Events names are case sensitive 2006-03-24 17:45:52 +01:00
mysql_explain_log.sh
mysql_find_rows.sh
mysql_fix_extensions.sh
mysql_fix_privilege_tables.sh fix for bug #16400 2006-02-24 00:29:50 +01:00
mysql_fix_privilege_tables.sql fix for bug#16415 Events names are case sensitive 2006-03-24 17:45:52 +01:00
mysql_install_db.sh Remove sql-bench from the server repository -- it is being maintained 2006-04-13 10:34:46 -07:00
mysql_secure_installation.sh
mysql_setpermission.sh
mysql_zap.sh
mysqlaccess.conf
mysqlaccess.sh
mysqlbug.sh
mysqld_multi.sh Manual merge of the fix for bug#16106. 2006-01-16 16:48:05 +01:00
mysqld_safe.sh Bug #6061 mysql-log-rotate script - error logging doesn't use new file 2006-05-10 11:33:36 -06:00
mysqldumpslow.sh
mysqlhotcopy.sh Don't try to mysqlhotcopy the INFORMATION_SCHEMA database. (Bug #14610) 2005-11-10 17:05:36 -08:00