FLAIM Changes. Added support for HP-UX built with the native compiler (aCC). Added code to pre-extend the database file(s) when forcing a checkpoint.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@733 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -644,8 +644,6 @@ RCODE flmOpenFile(
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pDb->pSFileHdl->setBlockSize( pFile->FileHdr.uiBlockSize);
|
||||
}
|
||||
|
||||
if (bNewFile && !(uiOpenFlags & FO_DONT_REDO_LOG))
|
||||
@@ -1027,8 +1025,6 @@ FSTATIC RCODE flmPhysFileOpen(
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pDb->pSFileHdl->setBlockSize( pFile->FileHdr.uiBlockSize);
|
||||
|
||||
// We must have exclusive access. Create a lock file for that
|
||||
// purpose, if there is not already a lock file.
|
||||
|
||||
@@ -1569,8 +1565,6 @@ RCODE flmStartCPThread(
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pCPInfo->pSFileHdl->setBlockSize( pFile->FileHdr.uiBlockSize);
|
||||
|
||||
if( RC_BAD( rc = flmStatInit( &pCPInfo->Stats, FALSE)))
|
||||
{
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user