mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed so that --ssl and --skip-ssl works with the MySQL clients.
Fixed core dump bug when sending wrong string to AES_DECRYPT()
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