Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp925 Uint32 node_bit_words = ((m_max_node_id * 4) + 31) / 32; in pack_sysfile_format_v2() local
926 Uint32 indexGCI = index_node_bit_words + node_bit_words; in pack_sysfile_format_v2()
1195 Uint32 node_bit_words = ((max_node_id * 4) + 31) / 32; in unpack_sysfile_format_v2() local
1199 Uint32 indexGCI = index_node_bit_words + node_bit_words; in unpack_sysfile_format_v2()
1291 ndbrequire(index == (index_node_bit_words + node_bit_words)); in unpack_sysfile_format_v2()