mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
This commit is contained in:
commit
4c7beb834d
1 changed files with 3 additions and 1 deletions
|
|
@ -1177,7 +1177,9 @@ sub check_mysqld_features () {
|
|||
if ( !$mysql_version_id )
|
||||
{
|
||||
# Look for version
|
||||
if ( $line =~ /^$exe_mysqld\s\sVer\s([0-9]*)\.([0-9]*)\.([0-9]*)/ )
|
||||
my $exe_name= basename($exe_mysqld);
|
||||
mtr_verbose("exe_name: $exe_name");
|
||||
if ( $line =~ /^\S*$exe_name\s\sVer\s([0-9]*)\.([0-9]*)\.([0-9]*)/ )
|
||||
{
|
||||
#print "Major: $1 Minor: $2 Build: $3\n";
|
||||
$mysql_version_id= $1*10000 + $2*100 + $3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue