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:
@@ -4237,6 +4237,19 @@ FLMUINT FLMAPI F_SuperFileClient::getBlockAddress(
|
||||
return( FSBlkAddress( uiFileNumber, uiFileOffset));
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Desc:
|
||||
****************************************************************************/
|
||||
FLMUINT64 FLMAPI F_SuperFileClient::getMaxFileSize( void)
|
||||
{
|
||||
if( m_uiDbVersion >= FLM_FILE_FORMAT_VER_4_3)
|
||||
{
|
||||
return( gv_FlmSysData.uiMaxFileSize);
|
||||
}
|
||||
|
||||
return( MAX_FILE_SIZE_VER40);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Desc:
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user