Skip to content

[DLN] cleanup some unnecessary integer casting and strangely written checks to...

Dan Notestein requested to merge dn_clarify_virtual_ops_storage_in_rocksdb into develop

Cleans up some unnecessary integer casting and strangely written checks that were used by the rocksdb code to determine if an operation is a transaction operation or a virtual operation. This commit is not expected to functionally change the code.

Merge request reports