Closed RahulKushwaha closed 7 months ago
Background: We want to replace custom implementation of red-black tree with std::set.
Implementation:
ut0rbt.h
ut0rbt.cc
Test Results:
ib_cfg: NA ib_cursor: Success ib_ddl: Success ib_deadlock: Failure(as before) ib_dict: Success ib_drop: Success ib_index: Success ib_logger: Failure(as before) ib_mt_drv: NA ib_mt_stress: NA ib_perf1: NA ib_recover: Success ib_search: Success ib_shutdown: Success ib_status: Success ib_tablename: Success ib_test1: Success ib_test2: Success ib_test3: Success ib_test5: Success ib_types: Success ib_update: Success
All tests are passing(or working) as the main branch. Should be good to go.
Background: We want to replace custom implementation of red-black tree with std::set.
Implementation:
ut0rbt.h
andut0rbt.cc
.Test Results: