Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/kernel/
H A Dkernel_config_parameters.h122 #define CFG_LDM_BATCH_SIZE (PRIVATE_BASE + 96) macro
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxGen.cpp143 require(!ndb_mgm_get_int_parameter(mgm_cfg, CFG_LDM_BATCH_SIZE, &scanBatch)); in getTransactionMemoryNeed()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupGen.cpp291 require(!ndb_mgm_get_int_parameter(mgm_cfg, CFG_LDM_BATCH_SIZE, &scanBatch)); in BLOCK_FUNCTIONS()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DConfiguration.cpp978 cfg.put(CFG_LDM_BATCH_SIZE, noBatchSize); in calcSizeAlt()