• unknown's avatar
    Bug#5429 · c2e13da2
    unknown authored
    Use const table * in NDB API
    
    
    ndb/include/ndbapi/Ndb.hpp:
      Removed useFullyQualifiedNames(bool)
      Changed so that auto increment methods takes const pointer
    ndb/include/ndbapi/NdbBlob.hpp:
      Changed to const table pointer
    ndb/include/ndbapi/NdbConnection.hpp:
      Changed to const table pointer
    ndb/include/ndbapi/NdbIndexOperation.hpp:
      Changed to const table pointer
    ndb/include/ndbapi/NdbOperation.hpp:
      Changed to const table pointer
    ndb/include/ndbapi/NdbScanOperation.hpp:
      Changed to const table pointer
    ndb/src/kernel/blocks/backup/restore/Restore.cpp:
      Corrected size & array size in case of blob usage
    ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp:
      Removed use fully qualified name
      Handle blob tables
    ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp:
      Introduced mapping between old/new table (wrt ids)
    ndb/src/kernel/blocks/backup/restore/main.cpp:
      removed extra Uint32
    ndb/src/ndbapi/Ndb.cpp:
      Changed to const table pointer
    ndb/src/ndbapi/NdbConnection.cpp:
      Changed to const table pointer
    ndb/src/ndbapi/NdbIndexOperation.cpp:
      Changed to const table pointer
    ndb/src/ndbapi/NdbOperation.cpp:
      Changed to const table pointer
    ndb/src/ndbapi/NdbScanOperation.cpp:
      Changed to const table pointer
    sql/ha_ndbcluster.cc:
      Changed to const table pointer
    c2e13da2
Ndb.cpp 38.8 KB