File: install_rocksdb.patch

package info (click to toggle)
oxigraph 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,848 kB
  • sloc: python: 1,949; cpp: 158; sh: 145; makefile: 42
file content (13 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/memtable/wbwi_memtable.h b/memtable/wbwi_memtable.h
--- a/memtable/wbwi_memtable.h	(revision ae8fb3e5000e46d8d4c9dbf3a36019c0aaceebff)
+++ b/memtable/wbwi_memtable.h	(date 1750604861180)
@@ -366,8 +366,7 @@
     if (t == WriteTypeToValueTypeMap.end()) {
       key_.clear();
       valid_ = false;
-      s_ = Status::Corruption("Unexpected write_batch_with_index entry type " +
-                              std::to_string(t->second));
+      s_ = Status::Corruption("Unexpected write_batch_with_index entry type ");
       return;
     }
     key_buf_.SetInternalKey(it_->Entry().key, assigned_seqno_.upper_bound,