Commit f88ce754 authored by unknown's avatar unknown

crash-me.sh:

  misprint correction


sql-bench/crash-me.sh:
  misprint correction
parent cdb123c2
...@@ -3161,7 +3161,7 @@ sub safe_connect ...@@ -3161,7 +3161,7 @@ sub safe_connect
sub retry_connect sub retry_connect
{ {
my ($dbh, $i); 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, if (($dbh=DBI->connect($server->{'data_source'},$opt_user,$opt_password,
{ PrintError => 0, AutoCommit => 1}))) { PrintError => 0, AutoCommit => 1})))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment