mariadb/scripts
Georgi Kodinov 014e289125 Bug #36654: mysqld_multi cannot start instances with different versions
occasionally.

mysql_multi can call mysqld_safe. In doing this it's not changing the 
current working directory. This may cause confusion in the case where 
mysqld_multi is handling instances of servers of different versions 
and the current working directory is the installation directory of one 
of these servers.

Fixed by enhancing the meaning of basedir in [mysqldN] sections of 
mysqld_multi. If specified, mysqld_multi will change the current 
working directory to the basedir directory before starting the server 
in mysqld_multi ... start ... and then change it back to what it was.

scripts/mysqld_multi.sh:
  Bug #36654: optionally preserve, change and restore the cwd when 
  starting server instances
2009-06-19 15:52:20 +03:00
..
.cvsignore
CMakeLists.txt
comp_sql.c
fill_help_tables.sql
make_binary_distribution.sh
make_sharedlib_distribution.sh
make_win_bin_dist Just fix a silly typo in an error message ... 2009-04-14 21:46:56 +02:00
make_win_src_distribution_old.sh
Makefile.am
msql2mysql.sh
mysql_config.pl.in
mysql_config.sh
mysql_convert_table_format.sh
mysql_explain_log.sh
mysql_find_rows.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_extensions.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_fix_privilege_tables.sh
mysql_install_db.pl.in
mysql_install_db.sh
mysql_prepare_privilege_tables_for_5.sql
mysql_secure_installation.pl.in
mysql_secure_installation.sh
mysql_setpermission.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysql_system_tables.sql
mysql_system_tables_data.sql
mysql_system_tables_fix.sql
mysql_tableinfo.sh
mysql_test_data_timezone.sql
mysql_upgrade_shell.sh
mysql_zap.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysqlaccess.conf
mysqlaccess.sh Use /usr/bin/perl as standard Perl install path (bug#44643) 2009-05-09 23:43:48 +02:00
mysqlbug.sh
mysqld_multi.sh Bug #36654: mysqld_multi cannot start instances with different versions 2009-06-19 15:52:20 +03:00
mysqld_safe-watch.sh
mysqld_safe.sh
mysqldumpslow.sh Bug#42027: Incorrect parsing of debug and verbose options for mysqldumpslow 2009-02-16 15:38:18 +01:00
mysqlhotcopy.sh Bug#35769 typo in mysqlhotcopy documentation 2009-04-28 18:16:17 +02:00