Loading storage/ndb/tools/restore/consumer_restore.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -668,7 +668,11 @@ BackupRestore::update_apply_status(const RestoreMetaData &metaData) } bool BackupRestore::table_equal(const TableS &tableS){ BackupRestore::table_equal(const TableS &tableS) { if (!m_restore) return true; const char *tablename = tableS.getTableName(); if(tableS.m_dictTable == NULL){ Loading Loading
storage/ndb/tools/restore/consumer_restore.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -668,7 +668,11 @@ BackupRestore::update_apply_status(const RestoreMetaData &metaData) } bool BackupRestore::table_equal(const TableS &tableS){ BackupRestore::table_equal(const TableS &tableS) { if (!m_restore) return true; const char *tablename = tableS.getTableName(); if(tableS.m_dictTable == NULL){ Loading