• unknown's avatar
    bug#11675 - ndb backup · 3ea233d5
    unknown authored
      Fix invalid backup log when using #nodes != 2^x
      Fix ndb_restore --printXXX options
        (among other init counters)
    
    
    ndb/src/kernel/blocks/backup/Backup.cpp:
      remove frag_mask since in 5.0 extra frag bit in in bit 0
    ndb/src/kernel/blocks/backup/Backup.hpp:
      remove frag_mask since in 5.0 extra frag bit in in bit 0
    ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
      send "real" frag id to backup
    ndb/tools/restore/Restore.cpp:
      Changed prinout (since it's wrong if you only print stuff)
    ndb/tools/restore/consumer_printer.hpp:
      Init log/data count in printer
    ndb/tools/restore/restore_main.cpp:
      Fix if-statements
        for correct handling of ndb_restore flags
    3ea233d5
DbtupTrigger.cpp 38.5 KB