mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Merge neptunus.(none):/home/msvensson/mysql/work/my41-work
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
This commit is contained in:
commit
80d6de7e56
1 changed files with 3 additions and 2 deletions
|
@ -676,11 +676,12 @@ sub command_line_setup () {
|
|||
# number as early as possible
|
||||
#
|
||||
|
||||
# Look for the client binaries
|
||||
# Look for the client binaries directory
|
||||
$path_client_bindir= mtr_path_exists("$glob_basedir/client_release",
|
||||
"$glob_basedir/client_debug",
|
||||
vs_config_dirs('client', ''),
|
||||
"$glob_basedir/client");
|
||||
"$glob_basedir/client",
|
||||
"$glob_basedir/bin/");
|
||||
|
||||
$exe_mysqld= mtr_exe_exists (vs_config_dirs('sql', 'mysqld'),
|
||||
"$glob_basedir/sql/mysqld",
|
||||
|
|
Loading…
Add table
Reference in a new issue