mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
crash-me.sh:
misprint correction sql-bench/crash-me.sh: misprint correction
This commit is contained in:
parent
cdb123c25b
commit
f88ce7545d
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
Reference in a new issue