mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
crash-me.sh:
misprint correction
This commit is contained in:
parent
7476ffd7f0
commit
82e01d483d
1 changed files with 1 additions and 1 deletions
|
|
@ -3161,7 +3161,7 @@ sub safe_connect
|
|||
sub retry_connect
|
||||
{
|
||||
my ($dbh, $i);
|
||||
for (i=0 ; $i < 10 ; $i++)
|
||||
for ($i=0 ; $i < 10 ; $i++)
|
||||
{
|
||||
if (($dbh=DBI->connect($server->{'data_source'},$opt_user,$opt_password,
|
||||
{ PrintError => 0, AutoCommit => 1})))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue