From 396332563bbd45a6fba811be3dae6c1762799db9 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Fri, 30 Jun 2006 21:49:11 +0000 Subject: [PATCH] Modified to call deleteRow instead of removeRow. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@627 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- sql/src/fslfileu.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sql/src/fslfileu.cpp b/sql/src/fslfileu.cpp index 6216997..b0c0ccf 100644 --- a/sql/src/fslfileu.cpp +++ b/sql/src/fslfileu.cpp @@ -997,8 +997,11 @@ RCODE F_Db::maintBlockChainFree( if (!uiEndBlkAddr) { - gv_SFlmSysData.pRowCacheMgr->removeRow( this, SFLM_TBLNUM_BLOCK_CHAINS, - ui64MaintRowId); + if (RC_BAD( rc = deleteRow( SFLM_TBLNUM_BLOCK_CHAINS, ui64MaintRowId, + FALSE))) + { + goto Exit; + } } else {