mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Add back the look for exe_mysql
This commit is contained in:
parent
ff7db598a2
commit
1778d177be
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue