Commit 59df9f26 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-32841 - review fixes

parent f8bb99bf
...@@ -159,8 +159,8 @@ static io_slots *write_slots; ...@@ -159,8 +159,8 @@ static io_slots *write_slots;
/** /**
Statistics for asynchronous I/O Statistics for asynchronous I/O
@param[in] op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE) @param op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
@param[in] stats pointer to the structure to fill @param stats pointer to the structure to fill
*/ */
void innodb_io_slots_stats(tpool::aio_opcode op, innodb_async_io_stats_t *stats) void innodb_io_slots_stats(tpool::aio_opcode op, innodb_async_io_stats_t *stats)
{ {
......
...@@ -89,7 +89,7 @@ class task_group ...@@ -89,7 +89,7 @@ class task_group
void set_max_tasks(unsigned int max_concurrent_tasks); void set_max_tasks(unsigned int max_concurrent_tasks);
void execute(task* t); void execute(task* t);
void cancel_pending(task *t); void cancel_pending(task *t);
void get_stats(group_stats* stats); void get_stats(group_stats *stats);
~task_group(); ~task_group();
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment