mariadb/scripts
Nirbhay Choubey 825459b8cd Bug#16046140 BIN/MYSQLD_SAFE: TEST: ARGUMENT EXPECTED
Some shell interpreters do not support '-e' test
primary to construct conditions.

man test 1 (on S10)
...skip...
-e file True if file exists. (Not available in sh.)
...skip...

Hence, check for the existence of a file using
'-e' might result in a syntax error on such
shell programs.

Fixed by replacing it by '-f'.
2012-12-27 17:33:34 +05:30
..
.cvsignore
CMakeLists.txt
comp_sql.c
fill_help_tables.sql
make_binary_distribution.sh
make_sharedlib_distribution.sh
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
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
mysql_fix_extensions.sh
mysql_fix_privilege_tables.sh
mysql_install_db.pl.in Backport this change from MySQL 5.5 to 5.1: 2012-09-11 20:56:22 +02: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
mysql_zap.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlaccess.conf
mysqlaccess.sh
mysqlbug.sh
mysqld_multi.sh Bug#11764559: UMASK IS IGNORED BY ERROR LOG 2012-10-17 07:22:06 +01:00
mysqld_safe.sh Bug#16046140 BIN/MYSQLD_SAFE: TEST: ARGUMENT EXPECTED 2012-12-27 17:33:34 +05:30
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