Loading storage/ndb/tools/restore/consumer_restore.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -667,6 +667,8 @@ BackupRestore::update_apply_status(const RestoreMetaData &metaData) bool BackupRestore::createSystable(const TableS & tables){ if (!m_restore && !m_restore_meta && !m_restore_epoch) return true; const char *tablename = tables.getTableName(); if( strcmp(tablename, NDB_REP_DB "/def/" NDB_APPLY_TABLE) != 0 && Loading Loading
storage/ndb/tools/restore/consumer_restore.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -667,6 +667,8 @@ BackupRestore::update_apply_status(const RestoreMetaData &metaData) bool BackupRestore::createSystable(const TableS & tables){ if (!m_restore && !m_restore_meta && !m_restore_epoch) return true; const char *tablename = tables.getTableName(); if( strcmp(tablename, NDB_REP_DB "/def/" NDB_APPLY_TABLE) != 0 && Loading