Home
last modified time | relevance | path

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

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp6888 const Uint32 maxCorrVal = (data.m_totalRows) == 0 ? 0 : in scanIndex_execSCAN_FRAGCONF() local
6894 = static_cast<Int32>(org->batch_size_rows - maxCorrVal); in scanIndex_execSCAN_FRAGCONF()
6910 Uint32 batchRange = maxCorrVal; in scanIndex_execSCAN_FRAGCONF()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp6888 const Uint32 maxCorrVal = (data.m_totalRows) == 0 ? 0 : in scanIndex_execSCAN_FRAGCONF() local
6894 = static_cast<Int32>(org->batch_size_rows - maxCorrVal); in scanIndex_execSCAN_FRAGCONF()
6910 Uint32 batchRange = maxCorrVal; in scanIndex_execSCAN_FRAGCONF()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp6888 const Uint32 maxCorrVal = (data.m_totalRows) == 0 ? 0 : in scanIndex_execSCAN_FRAGCONF() local
6894 = static_cast<Int32>(org->batch_size_rows - maxCorrVal); in scanIndex_execSCAN_FRAGCONF()
6910 Uint32 batchRange = maxCorrVal; in scanIndex_execSCAN_FRAGCONF()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp6888 const Uint32 maxCorrVal = (data.m_totalRows) == 0 ? 0 : in scanIndex_execSCAN_FRAGCONF() local
6894 = static_cast<Int32>(org->batch_size_rows - maxCorrVal); in scanIndex_execSCAN_FRAGCONF()
6910 Uint32 batchRange = maxCorrVal; in scanIndex_execSCAN_FRAGCONF()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp6888 const Uint32 maxCorrVal = (data.m_totalRows) == 0 ? 0 : in scanIndex_execSCAN_FRAGCONF() local
6894 = static_cast<Int32>(org->batch_size_rows - maxCorrVal); in scanIndex_execSCAN_FRAGCONF()
6910 Uint32 batchRange = maxCorrVal; in scanIndex_execSCAN_FRAGCONF()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbspj/
H A DDbspjMain.cpp8148 const Uint32 maxCorrVal = (data.m_totalRows == 0) ? 0 : in scanFrag_execSCAN_FRAGCONF() local
8154 = static_cast<Int32>(org->batch_size_rows - maxCorrVal); in scanFrag_execSCAN_FRAGCONF()
8170 Uint32 batchRange = maxCorrVal; in scanFrag_execSCAN_FRAGCONF()