Open
Description
I noticed that in disk_manager.cpp, mutex
only works for db_io
. Then, what about the log I/O? Will this cause any thread safety problems?
Metadata
Metadata
Assignees
Labels
No labels
I noticed that in disk_manager.cpp, mutex
only works for db_io
. Then, what about the log I/O? Will this cause any thread safety problems?