Commit 32360e79 authored by unknown's avatar unknown

Merge mysql.com:/home/kent/bk/cmake-tls/mysql-5.0-build-new

into  mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new


mysql-test/mysql-test-run.pl:
  SCCS merged
parents c265ab3f e5732fa6
...@@ -748,6 +748,7 @@ sub command_line_setup () { ...@@ -748,6 +748,7 @@ sub command_line_setup () {
if (!$opt_extern) if (!$opt_extern)
{ {
$exe_mysqld= mtr_exe_exists (vs_config_dirs('sql', 'mysqld'), $exe_mysqld= mtr_exe_exists (vs_config_dirs('sql', 'mysqld'),
vs_config_dirs('sql', 'mysqld-debug'),
"$glob_basedir/sql/mysqld", "$glob_basedir/sql/mysqld",
"$path_client_bindir/mysqld-max-nt", "$path_client_bindir/mysqld-max-nt",
"$path_client_bindir/mysqld-max", "$path_client_bindir/mysqld-max",
...@@ -2480,6 +2481,7 @@ sub vs_config_dirs ($$) { ...@@ -2480,6 +2481,7 @@ sub vs_config_dirs ($$) {
} }
return ("$glob_basedir/$path_part/release/$exe", return ("$glob_basedir/$path_part/release/$exe",
"$glob_basedir/$path_part/relwithdebinfo/$exe",
"$glob_basedir/$path_part/debug/$exe"); "$glob_basedir/$path_part/debug/$exe");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment