mariadb/ndb/include/ndbapi
unknown fd566261a4 First step for WL 2025
Not yet fully working
Scan reads work fine, not scan updates


ndb/include/kernel/ndb_limits.h:
  Introducing a new parameter plus increasing the max no of parallel
  operations per scan in LQH, first step in WL 2025
ndb/include/kernel/signaldata/ScanFrag.hpp:
  Only need one clientOpPtr
  Concurrency is batch_size to use in this scan
  batch_byte_size is max no of bytes sent in a batch
  first_batch_size is the batch size in the first batch
ndb/include/kernel/signaldata/ScanTab.hpp:
  apiOperationPtr is sent as long signal data
  batch_byte_size and first_batch_size is needed for further transport
  to LQH
  batch size can now be bigger than before
ndb/include/kernel/signaldata/TcKeyReq.hpp:
  More concurrency means more size for scanInfo also in TCKEYREQ
ndb/include/ndbapi/NdbReceiver.hpp:
  New subroutine to caclculate batch size and similar parameters
ndb/include/ndbapi/NdbScanOperation.hpp:
  batch size calculated before sending, not necessary to store anymore
ndb/src/common/debugger/signaldata/ScanTab.cpp:
  Updated signal printer for SCAN_TABREQ
ndb/src/kernel/blocks/backup/Backup.cpp:
  Fixes to make it compile, not fixed for BACKUP being useful yet
ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
  Removed parameters no longer needed and added some new ones.
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
  Fix for cmaxAccOps that was using the wrong constant
  Removed old code
  New SCAN_FRAGREQ signal
ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
  New variables
  Removed dead code
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
  New SCAN_TABREQ, SCAN_FRAGREQ, SCAN_FRAGCONF and SCAN_TABCONF
  Fixed some error handling to be more efficient
ndb/src/kernel/blocks/suma/Suma.cpp:
  Fixes to make it compile, not yet usable for SUMA features
ndb/src/kernel/vm/Configuration.cpp:
  Fix for wrong constant
ndb/src/ndbapi/NdbApiSignal.cpp:
  Fix for not using constants
ndb/src/ndbapi/NdbApiSignal.hpp:
  Added possibility to get signal sending node from signal
ndb/src/ndbapi/NdbConnectionScan.cpp:
  Moved declaration
ndb/src/ndbapi/NdbReceiver.cpp:
  New routine to calculate batch_size etc.
ndb/src/ndbapi/NdbScanOperation.cpp:
  Various fixes for sending SCAN_TABREQ and other stuff
2004-08-09 17:43:15 +02:00
..
Ndb.hpp merge blob code 2004-06-17 14:03:21 +02:00
NdbApi.hpp merge blob code 2004-06-17 14:03:21 +02:00
ndbapi_limits.h Removed AttrType.hpp and moved the "internal" datatypes to their corresponding class. 2004-05-25 11:53:07 +02:00
NdbBlob.hpp ha_ndb blobs 2004-07-22 12:33:14 +02:00
NdbConnection.hpp ha_ndb blobs 2004-07-22 12:33:14 +02:00
NdbCursorOperation.hpp wl1671 - Sorted scan 2004-05-26 13:24:14 +02:00
NdbDictionary.hpp Merge 4.1 with jonas irix clone 2004-08-03 14:16:16 +02:00
ndberror.h introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
NdbError.hpp Fix ndberror after jonas comments 2004-05-05 12:42:00 +02:00
NdbEventOperation.hpp introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib 2004-05-07 08:39:42 +02:00
NdbIndexOperation.hpp Merge 2004-05-27 11:36:10 +02:00
NdbIndexScanOperation.hpp wl-1884 storing NULL in ordered index 2004-07-27 13:20:37 +02:00
NdbOperation.hpp bug#4909 + testSystemRestart -n SR_FULLDB 2004-08-05 15:38:08 +02:00
NdbPool.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbRecAttr.hpp merge 2004-06-11 12:16:03 +02:00
NdbReceiver.hpp First step for WL 2025 2004-08-09 17:43:15 +02:00
NdbResultSet.hpp wl1873 impl + test prg 2004-06-18 23:20:58 +02:00
NdbScanFilter.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbScanOperation.hpp First step for WL 2025 2004-08-09 17:43:15 +02:00