mariadb/scripts
Nirbhay Choubey b89363de1d Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT
WORK + SAVES ROOT PASSWORD TO DISK!

The secure installation scripts connect to the
server by storing the password in a temporary
option file. Now, if the script gets killed or
fails for some reason, the removal of the option
file may not take place.

This patch introduces following enhancements :
* (.sh) Made sure that cleanup happens at every
  call to 'exit 1'. This is performed implicitly
  by END{} in pl.in.
* (.pl.in) Added a warning in case unlink fails
  to delete the option/query files.
* (.sh/.pl.in) Added more signals to the signal
  handler list. SIG# 1, 3, 6, 15
2012-07-26 21:47:03 +05:30
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
CMakeLists.txt scripts/CMakeLists.txt : Treat "mysql_upgrade_shell" the same way as all the other scripts. 2008-03-04 22:00:53 +01:00
comp_sql.c Add "name of struct" as first arg to comp_sql 2007-04-23 14:01:48 +02:00
fill_help_tables.sql - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
make_binary_distribution.sh Merge 2010-12-29 00:47:05 +01:00
make_sharedlib_distribution.sh my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
make_win_bin_dist Updated/added copyright headers 2011-07-03 17:47:37 +02:00
Makefile.am Updated/added copyright headers 2011-06-30 17:37:13 +02:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_config.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_convert_table_format.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_find_rows.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_extensions.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_privilege_tables.sh Bug #15327: configure: --with-tcp-port option being partially ignored 2007-09-13 16:19:46 +02:00
mysql_install_db.pl.in Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mysql_install_db.sh Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mysql_secure_installation.pl.in Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_secure_installation.sh Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_setpermission.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_system_tables.sql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_system_tables_data.sql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_system_tables_fix.sql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_test_data_timezone.sql - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
mysql_zap.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlaccess.conf configure fixes 2000-09-14 15:10:06 +03:00
mysqlaccess.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlbug.sh Modify "mysqlbug" ("scripts/mysqlbug.sh") so that it differs between the original 2007-10-18 12:03:30 +02:00
mysqld_multi.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqld_safe.sh Bug #47095: Can't open_files_limit really be larger than 65535? 2010-04-09 14:47:18 +03:00
mysqldumpslow.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlhotcopy.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00