• unknown's avatar
    BUG#24363 If the table structure has been changed, the default action about the restore will fail. · 9b7c4adb
    unknown authored
              You can skip the table structure check with --skip-table-check (-s) option. 
    
    
    storage/ndb/tools/restore/consumer.hpp:
      The method is used to judge whether the table structure has been changed when restoring the data.
    storage/ndb/tools/restore/consumer_restore.cpp:
      The method is used to judge whether the table structure has been changed when restoring the data.
    storage/ndb/tools/restore/consumer_restore.hpp:
      The method is used to judge whether the table structure has been changed when restoring the data.
    storage/ndb/tools/restore/restore_main.cpp:
      Add --skip-table-check flag for ndb_restore. Its default value is false, so if the table structure has been changed, the restore will fail. 
      If using it will skip the table schema check.
    9b7c4adb
consumer_restore.cpp 38.3 KB