mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge Ranger's patches to crash-me, add new tests ( DEFAULT VALUES )
to crash-me sql-bench/crash-me.sh: new tests: - INSERT with DEFAULT: - INSERT with empty value list: - Insert DEFAULT VALUES; ------- -checking of reserved keywords (by courtesy of Ranger) -------- - added "--suffix" option - added description of "--config-file" to help section - fixed test for DIFFERENCE() - fixed small bug in safe_query_result (was s/,/,/ should s/,/./) (by courtesy of Ranger) sql-bench/server-cfg.sh: remove "KERNEL" and add "SAPDB" to sapdb version BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user