Home
last modified time | relevance | path

Searched refs:LIST_NOT_USED_TYPE (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist.cpp96 m_curIdxRidListHdr.nextIdxRidListPtr.type = LIST_NOT_USED_TYPE; in addIndexListHdr()
276 = LIST_NOT_USED_TYPE; //not used type in deleteIndexList()
298 case LIST_NOT_USED_TYPE://Header is not full, no sub-block linked in deleteIndexList()
313 = LIST_NOT_USED_TYPE; in deleteIndexList()
H A Dwe_indexlist_find_delete.cpp138 = LIST_NOT_USED_TYPE; in deleteInSub()
149 rowIdArray[count - 1].type = LIST_NOT_USED_TYPE; in deleteInSub()
354 prevIdxRidListPtr.type = LIST_NOT_USED_TYPE; in deleteInBlock()
360 lastIdxRidListPtr->type = LIST_NOT_USED_TYPE; in deleteInBlock()
380 rowIdArray[count - 1].type = LIST_NOT_USED_TYPE; in deleteInBlock()
1011 case LIST_NOT_USED_TYPE://Header is not full, no sub-block linked in findRowId()
H A Dwe_indexlist_update_hdr_sub.cpp50 == (int)LIST_NOT_USED_TYPE) in updateHdrSub()
73 case LIST_NOT_USED_TYPE://Header is not full in updateHdrSub()
H A Dwe_indexlist_narray.cpp134 m_idxRidListArrayPtr.childIdxRidListPtr[i].type = LIST_NOT_USED_TYPE; in initCurBlock()
H A Dwe_indexlist_common.cpp695 case LIST_NOT_USED_TYPE://Header is not full, no sub-block linked in findFirstBlk()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_indexlist.cpp96 m_curIdxRidListHdr.nextIdxRidListPtr.type = LIST_NOT_USED_TYPE; in addIndexListHdr()
276 = LIST_NOT_USED_TYPE; //not used type in deleteIndexList()
298 case LIST_NOT_USED_TYPE://Header is not full, no sub-block linked in deleteIndexList()
313 = LIST_NOT_USED_TYPE; in deleteIndexList()
H A Dwe_indexlist_find_delete.cpp138 = LIST_NOT_USED_TYPE; in deleteInSub()
149 rowIdArray[count - 1].type = LIST_NOT_USED_TYPE; in deleteInSub()
354 prevIdxRidListPtr.type = LIST_NOT_USED_TYPE; in deleteInBlock()
360 lastIdxRidListPtr->type = LIST_NOT_USED_TYPE; in deleteInBlock()
380 rowIdArray[count - 1].type = LIST_NOT_USED_TYPE; in deleteInBlock()
1011 case LIST_NOT_USED_TYPE://Header is not full, no sub-block linked in findRowId()
H A Dwe_indexlist_update_hdr_sub.cpp50 == (int)LIST_NOT_USED_TYPE) in updateHdrSub()
73 case LIST_NOT_USED_TYPE://Header is not full in updateHdrSub()
H A Dwe_indexlist_narray.cpp134 m_idxRidListArrayPtr.childIdxRidListPtr[i].type = LIST_NOT_USED_TYPE; in initCurBlock()
H A Dwe_indexlist_common.cpp695 case LIST_NOT_USED_TYPE://Header is not full, no sub-block linked in findFirstBlk()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_index.h63 const int LIST_NOT_USED_TYPE = 7; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_index.h63 const int LIST_NOT_USED_TYPE = 7; variable