First set of changes needed for bugzilla bug #145076. Added ability to keep a field id table for level one fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@204 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -453,8 +453,7 @@ FSTATIC RCODE FSOutputIxCounts(
|
||||
|
||||
// Put the record into record cache.
|
||||
|
||||
if( RC_BAD( rc = flmRcaInsertRec( pDb, FLM_TRACKER_CONTAINER,
|
||||
pIxStats->uiIndexNum,
|
||||
if( RC_BAD( rc = flmRcaInsertRec( pDb, pLFile, pIxStats->uiIndexNum,
|
||||
pTmpRec)))
|
||||
{
|
||||
|
||||
@@ -478,7 +477,7 @@ FSTATIC RCODE FSOutputIxCounts(
|
||||
|
||||
// Put the modified record into record cache.
|
||||
|
||||
if (RC_BAD( rc = flmRcaInsertRec( pDb, FLM_TRACKER_CONTAINER,
|
||||
if (RC_BAD( rc = flmRcaInsertRec( pDb, pLFile,
|
||||
pIxStats->uiIndexNum, pTmpRec)))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user