You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encapsulate the main database memory mapping operations (#538)
* Refactor main database server memory mapping operations and other cleanup
* Improve implementation of is_initialized()
* Remove redundant scope_guard
* Remove inadvertently added json file
* Some additional name cleanup and extension of the mapped_data_t functionality
* Extend use of mapped_data_t to database client code
* Rename variables, methods, and type related to mapped data
* Remove state enum and rename is_closed back to is_initialized
* Add a new helper, move helper implementations, and additional renaming
* Update mapped log helper
* Use mapped_log_t helper in client and server
* Update servver log operation
* Update log operations in client code
* Add comments to the new classes
Co-authored-by: Laurentiu Cristofor <[email protected]>
0 commit comments