We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7896c9 commit 09dc985Copy full SHA for 09dc985
src/include/buffer/buffer_pool_manager.h
@@ -181,7 +181,7 @@ class BufferPoolManager {
181
182
/** Array of buffer pool pages. */
183
Page *pages_;
184
- /** Pointer to the disk sheduler. */
+ /** Pointer to the disk scheduler. */
185
std::unique_ptr<DiskScheduler> disk_scheduler_ __attribute__((__unused__));
186
/** Pointer to the log manager. Please ignore this for P1. */
187
LogManager *log_manager_ __attribute__((__unused__));
0 commit comments