Home
last modified time | relevance | path

Searched refs:m_no_of_attributes (Results 1 – 25 of 131) sorted by relevance

123456

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupTabDesMan.cpp46 offset[1] = allocSize += regTabPtr->m_no_of_attributes* sizeOfReadFunction(); in getTabDescrOffsets()
47 offset[2] = allocSize += regTabPtr->m_no_of_attributes* sizeOfReadFunction(); in getTabDescrOffsets()
50 offset[5] = allocSize += regTabPtr->m_no_of_attributes * ZAD_SIZE; in getTabDescrOffsets()
51 offset[6] = allocSize += (regTabPtr->m_no_of_attributes + 1) >> 1; // real order in getTabDescrOffsets()
H A DDbtupMeta.cpp198 regTabPtr.p->m_no_of_attributes= noOfAttributes; in execTUPFRAGREQ()
498 for(Uint32 i= 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
550 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
740 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
756 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
763 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
786 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1427 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
1457 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in complete_restore_lcp()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp131 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
454 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1106 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1551 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1812 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1830 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1837 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1883 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1959 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2598 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp1056 Uint16 m_no_of_attributes; member
1064 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3281 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3306 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3659 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3661 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3674 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3675 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3683 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3684 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
H A DDbtupCommit.cpp921 Uint32 masklen = (regTabPtr->m_no_of_attributes + 31) >> 5; in set_commit_change_mask_info()
933 if (cols == regTabPtr->m_no_of_attributes) in set_commit_change_mask_info()
939 ndbassert(regTabPtr->m_no_of_attributes > cols); // no drop column in set_commit_change_mask_info()
942 regTabPtr->m_no_of_attributes - cols); in set_commit_change_mask_info()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp131 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
454 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1106 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1551 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1812 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1830 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1837 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1883 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1959 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2598 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp1056 Uint16 m_no_of_attributes; member
1064 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3281 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3306 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3659 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3661 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3674 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3675 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3683 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3684 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
H A DDbtupCommit.cpp921 Uint32 masklen = (regTabPtr->m_no_of_attributes + 31) >> 5; in set_commit_change_mask_info()
933 if (cols == regTabPtr->m_no_of_attributes) in set_commit_change_mask_info()
939 ndbassert(regTabPtr->m_no_of_attributes > cols); // no drop column in set_commit_change_mask_info()
942 regTabPtr->m_no_of_attributes - cols); in set_commit_change_mask_info()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp131 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
454 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1106 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1551 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1812 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1830 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1837 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1883 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1959 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2598 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp1056 Uint16 m_no_of_attributes; member
1064 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3281 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3306 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3659 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3661 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3674 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3675 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3683 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3684 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
H A DDbtupCommit.cpp921 Uint32 masklen = (regTabPtr->m_no_of_attributes + 31) >> 5; in set_commit_change_mask_info()
933 if (cols == regTabPtr->m_no_of_attributes) in set_commit_change_mask_info()
939 ndbassert(regTabPtr->m_no_of_attributes > cols); // no drop column in set_commit_change_mask_info()
942 regTabPtr->m_no_of_attributes - cols); in set_commit_change_mask_info()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp134 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
457 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1117 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1562 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1823 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1841 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1848 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1894 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1970 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2609 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp134 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
457 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1117 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1562 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1823 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1841 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1848 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1894 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1970 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2609 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp994 Uint16 m_no_of_attributes; member
1002 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3289 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3314 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3718 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3720 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3733 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3734 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3742 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3743 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp134 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
457 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1117 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1562 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1823 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1841 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1848 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1894 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1970 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2609 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp134 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
457 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1117 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1562 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1823 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1841 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1848 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1894 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1970 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2609 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp994 Uint16 m_no_of_attributes; member
1002 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3289 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3314 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3718 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3720 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3733 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3734 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3742 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3743 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp134 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
457 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1117 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1562 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1823 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1841 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1848 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1894 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1970 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2609 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp131 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
454 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1106 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1551 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1812 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1830 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1837 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1883 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1959 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2598 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp1056 Uint16 m_no_of_attributes; member
1064 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3281 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3306 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3659 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3661 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3674 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3675 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3683 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3684 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
H A DDbtupCommit.cpp921 Uint32 masklen = (regTabPtr->m_no_of_attributes + 31) >> 5; in set_commit_change_mask_info()
933 if (cols == regTabPtr->m_no_of_attributes) in set_commit_change_mask_info()
939 ndbassert(regTabPtr->m_no_of_attributes > cols); // no drop column in set_commit_change_mask_info()
942 regTabPtr->m_no_of_attributes - cols); in set_commit_change_mask_info()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp131 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
454 for(Uint32 i = 0; i<regTabPtr.p->m_no_of_attributes; i++) in execTUP_ADD_ATTRREQ()
1106 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1551 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1812 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1830 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1837 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1883 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
1959 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
2598 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]
H A DDbtup.hpp1056 Uint16 m_no_of_attributes; member
1064 return m_no_of_attributes > m_attributes[MM].m_no_of_fixsize; in need_expand()
3281 Uint32 count = tabPtrP->m_no_of_attributes; in alloc_copy_tuple()
3306 Uint32 * tmp = raw - (1 + ((tabP->m_no_of_attributes + 31) >> 5)); in get_change_mask_ptr()
3659 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in update_change_mask_info()
3661 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in update_change_mask_info()
3674 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in set_change_mask_info()
3675 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in set_change_mask_info()
3683 assert(dst->m_cols == tablePtrP->m_no_of_attributes); in clear_change_mask_info()
3684 Uint32 len = (tablePtrP->m_no_of_attributes + 31) >> 5; in clear_change_mask_info()
[all …]
H A DDbtupCommit.cpp921 Uint32 masklen = (regTabPtr->m_no_of_attributes + 31) >> 5; in set_commit_change_mask_info()
933 if (cols == regTabPtr->m_no_of_attributes) in set_commit_change_mask_info()
939 ndbassert(regTabPtr->m_no_of_attributes > cols); // no drop column in set_commit_change_mask_info()
942 regTabPtr->m_no_of_attributes - cols); in set_commit_change_mask_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupMeta.cpp164 regTabPtr.p->m_no_of_attributes= req->noOfAttributes; in execCREATE_TAB_REQ()
1181 Uint32 oldNoOfAttr= regTabPtr->m_no_of_attributes; in handleAlterTablePrepare()
1383 regTabPtr->m_no_of_attributes= regAlterTabOpPtr.p->newNoOfAttrs; in handleAlterTableCommit()
1645 for(Uint32 i= 0; i<regTabPtr->m_no_of_attributes; i++) in computeTableMetaData()
1882 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) { in setUpKeyArray()
1900 const Uint32 sz= (regTabPtr->m_no_of_attributes + 1) >> 1; in setUpKeyArray()
1907 for (Uint32 i= 0; i < regTabPtr->m_no_of_attributes; i++) in setUpKeyArray()
1953 ndbrequire(cnt == regTabPtr->m_no_of_attributes); in setUpKeyArray()
2029 getTabDescrOffsets(regTabPtr->m_no_of_attributes, in releaseTabDescr()
3148 for(Uint32 i= 0; i<tabPtr.p->m_no_of_attributes; i++) in start_restore_lcp()
[all …]

123456