User: vg Date: 05/03/23 01:40:35 Modified: /dba/connectivity/source/drivers/hsqldb/ HDriver.cxx
Log: INTEGRATION: CWS dba26 (1.7.6); FILE MERGED 2005/03/15 15:30:01 fs 1.7.6.2: reverted parts of the previous change - OJ's patch contained too much code :( 2005/03/15 15:05:01 fs 1.7.6.1: #i44582# (patch provided by OJ) refined storage handling File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.7&r2=1.8 Delta lines: +3 -2 ------------------- --- HDriver.cxx 10 Mar 2005 15:29:26 -0000 1.7 +++ HDriver.cxx 23 Mar 2005 09:40:32 -0000 1.8 @@ -62,7 +62,6 @@ #include "hsqldb/HDriver.hxx" #endif #include "hsqldb/HConnection.hxx" - #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif @@ -525,7 +524,9 @@ { Reference< XStatement> xStmt = xConnection->createStatement(); if ( xStmt.is() ) - xStmt->execute(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SET WRITE_DELAY 60"))); + { + xStmt->execute(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SET WRITE_DELAY 2"))); + } } } catch(Exception&) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
