MDEV-24270: Clarify some comments

This commit is contained in:
Marko Mäkelä 2020-11-25 16:08:26 +02:00
commit f693b72547
2 changed files with 21 additions and 10 deletions

View file

@ -264,7 +264,7 @@ struct os_file_size_t {
os_offset_t m_alloc_size;
};
static const ulint OS_AIO_N_PENDING_IOS_PER_THREAD = 256;
constexpr ulint OS_AIO_N_PENDING_IOS_PER_THREAD= 256;
extern ulint os_n_file_reads;
extern ulint os_n_file_writes;