User: sits    
  Date: 06/08/06 19:14:51

  Modified:    lib/Codestriker/DB Database.pm
  Log:
  Increase LongReadLen to a larger value to avoid database errors
  
  
  
  Index: Database.pm
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/DB/Database.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Database.pm       18 Apr 2006 10:45:43 -0000      1.9
  +++ Database.pm       7 Aug 2006 02:14:48 -0000       1.10
  @@ -62,7 +62,7 @@
                                $Codestriker::dbpasswd,
                                {AutoCommit=>$auto_commit,
                                 RaiseError=>$raise_error,
  -                              LongReadLen=>1024000});
  +                              LongReadLen=>10240000});
   
       # Return the new connection.
       return $self->{dbh};
  
  
  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to