mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
MDEV-24270: Clarify some comments
This commit is contained in:
parent
2de95f7a1e
commit
f693b72547
2 changed files with 21 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue