mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Portability fixes + a couple of bug fixes introduced by last push.
This commit is contained in:
@@ -279,7 +279,7 @@ sub RunQuery {
|
||||
if (defined $row->{$_}) {
|
||||
#if (($_ eq 'type' ) and ($row->{$_} eq 'ALL')) {
|
||||
if ($row->{type} eq 'ALL') {
|
||||
push (@{$Param->{ALL}}, "$row->{$_} $_ $Param->{DB} $Param->{Query}");
|
||||
push (@{$Param->{ALL}}, "$Param->{Query}");
|
||||
#print ">> $row->{$_} $_ $Param->{DB} $Param->{Query}\n";
|
||||
}
|
||||
$Param->{IdxUseCount} ++;
|
||||
|
Reference in New Issue
Block a user