Add back the look for exe_mysql

This commit is contained in:
unknown 2007-03-28 15:56:57 +02:00
parent ff7db598a2
commit 1778d177be

View file

@ -1519,6 +1519,7 @@ sub executable_setup () {
$exe_mysqlshow= mtr_exe_exists("$path_client_bindir/mysqlshow");
$exe_mysqlbinlog= mtr_exe_exists("$path_client_bindir/mysqlbinlog");
$exe_mysqladmin= mtr_exe_exists("$path_client_bindir/mysqladmin");
$exe_mysql= mtr_exe_exists("$path_client_bindir/mysql");
if (!$opt_extern)
{