Commit 24bbcd92 authored by walrus@kishkin.ru's avatar walrus@kishkin.ru

merge Ranger's patches to crash-me, add new tests ( DEFAULT VALUES )

to crash-me 
parent 5ed24772
......@@ -86,6 +86,7 @@ tonu@x153.internalnet
tonu@x3.internalnet
venu@work.mysql.com
vva@genie.(none)
walrus@kishkin.ru
walrus@mysql.com
worm@altair.is.lan
zak@balfor.local
......
This diff is collapsed.
......@@ -3470,7 +3470,8 @@ sub version
if ($sth->execute && (@row = $sth->fetchrow_array)
&& $row[0] =~ /([\d\.]+)/)
{
$version="sap-db $1";
$version=$row[0];
$verson =~ s/KERNEL/SAP DB/i;
}
$sth->finish;
$dbh->disconnect;
......
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