• unknown's avatar
    Ndb backup/restore also handle indexes · 26ab66da
    unknown authored
    
    ndb/src/kernel/blocks/backup/Backup.cpp:
      Save meta data for indexes (but not actual data)
    ndb/src/kernel/blocks/backup/Backup.hpp:
      Save meta data for indexes (but not actual data)
    ndb/src/kernel/blocks/backup/restore/consumer.hpp:
      Introduced endOfTables into Consumer interface
    ndb/src/kernel/blocks/backup/restore/consumer_restore.cpp:
      Store indexes and create then when endOfTables is called
    ndb/src/kernel/blocks/backup/restore/consumer_restore.hpp:
      Store indexes and create then when endOfTables is called
    ndb/src/kernel/blocks/backup/restore/main.cpp:
      Run endOfTables
    ndb/src/ndbapi/NdbDictionaryImpl.cpp:
      Split getIndexImpl into 2 methods
      (one being used by restore)
    ndb/src/ndbapi/NdbDictionaryImpl.hpp:
      Split getIndexImpl into 2 methods
      (one being used by restore)
    26ab66da
Backup.cpp 118 KB