This commit is contained in:
Ulf Wiger 2023-10-04 16:49:34 +02:00
parent 791cec41db
commit 57f02078bc

View File

@ -312,7 +312,7 @@ maybe_delete_standalone_info(Ref, K) ->
#{type := standalone, vsn := 1, db_ref := DbRef} -> #{type := standalone, vsn := 1, db_ref := DbRef} ->
EncK = mnesia_rocksdb_lib:encode_key(K, sext), EncK = mnesia_rocksdb_lib:encode_key(K, sext),
Key = <<?INFO_TAG, EncK/binary>>, Key = <<?INFO_TAG, EncK/binary>>,
rocksb:delete(DbRef, Key, []); rocksdb:delete(DbRef, Key, []);
_ -> _ ->
ok ok
end. end.