File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -529,9 +529,7 @@ func (m *manifestT) runCheck(cmd *cobra.Command, args []string) {
529
529
return
530
530
}
531
531
532
- empty := true
533
532
if ve .ComparerName != "" {
534
- empty = false
535
533
cmp = m .comparers [ve .ComparerName ]
536
534
if cmp == nil {
537
535
fmt .Fprintf (stdout , "%s: offset: %d comparer %s not found" ,
@@ -541,12 +539,7 @@ func (m *manifestT) runCheck(cmd *cobra.Command, args []string) {
541
539
}
542
540
m .fmtKey .setForComparer (ve .ComparerName , m .comparers )
543
541
}
544
- empty = empty && ve .MinUnflushedLogNum == 0 && ve .ObsoletePrevLogNum == 0 &&
545
- ve .LastSeqNum == 0 && len (ve .DeletedTables ) == 0 &&
546
- len (ve .NewTables ) == 0
547
- if empty {
548
- continue
549
- }
542
+
550
543
// TODO(sbhola): add option to Apply that reports all errors instead of
551
544
// one error.
552
545
if v == nil {
You can’t perform that action at this time.
0 commit comments