Commit 091e7f30 authored by unknown's avatar unknown

crash-me.sh:

  misprint correction


sql-bench/crash-me.sh:
  misprint correction
parent e61148c6
......@@ -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})))
......
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