• unknown's avatar
    ndb - tux scan: use lock pool for better perf and mem usage · 0935ddcb
    unknown authored
    
    ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
      use pool of lock ops (like tupscan) instead of array of 992
    ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp:
      use pool of lock ops (like tupscan) instead of array of 992
    ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp:
      use pool of lock ops (like tupscan) instead of array of 992
    ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
      use pool of lock ops (like tupscan) instead of array of 992
    ndb/src/kernel/vm/DLFifoList.hpp:
      add Head::isEmpty
    0935ddcb
Dbtux.hpp 31.6 KB