rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree
Richard Barnes a4ff83d1b2 Fix deprecated use of 0/NULL in internal_repo_rocksdb/repo/utilities/transactions/lock/range/range_tree/lib/locktree/wfg.cc + 3
Summary:
`nullptr` is typesafe. `0` and `NULL` are not. In the future, only `nullptr` will be allowed.

This diff helps us embrace the future _now_ in service of enabling `-Wzero-as-null-pointer-constant`.

Reviewed By: meyering

Differential Revision: D54163069

fbshipit-source-id: e5bb4b6ee79d82f1437ffed602bdb41dcfc0e59a
2024-02-25 22:17:04 -08:00
..
concurrent_tree.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
concurrent_tree.h LockTree library, originally from PerconaFT (#7753) 2020-12-09 12:10:57 -08:00
keyrange.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
keyrange.h Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V2 (#7801) 2020-12-22 14:47:41 -08:00
lock_request.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
lock_request.h Fix locktree accesses to PessimisticTransactions (#9898) 2022-04-27 09:12:52 -07:00
locktree.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
locktree.h Range Locking: add support for escalation barriers (#9290) 2022-01-14 12:46:09 -08:00
manager.cc Remove extra semi colon from internal_repo_rocksdb/repo/utilities/transactions/lock/range/range_tree/lib/locktree/manager.cc (#12276) 2024-01-24 07:25:27 -08:00
range_buffer.cc Prefer static_cast in place of most reinterpret_cast (#12308) 2024-02-07 10:44:11 -08:00
range_buffer.h Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V2 (#7801) 2020-12-22 14:47:41 -08:00
treenode.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
treenode.h Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V2 (#7801) 2020-12-22 14:47:41 -08:00
txnid_set.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
txnid_set.h Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V2 (#7801) 2020-12-22 14:47:41 -08:00
wfg.cc Fix deprecated use of 0/NULL in internal_repo_rocksdb/repo/utilities/transactions/lock/range/range_tree/lib/locktree/wfg.cc + 3 2024-02-25 22:17:04 -08:00
wfg.h Apply the changes from: PS-5501 : Re-license PerconaFT 'locktree' to Apache V2 (#7801) 2020-12-22 14:47:41 -08:00