Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
59df9f26
Commit
59df9f26
authored
Jan 23, 2024
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-32841 - review fixes
parent
f8bb99bf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
storage/innobase/os/os0file.cc
storage/innobase/os/os0file.cc
+2
-2
tpool/tpool.h
tpool/tpool.h
+1
-1
No files found.
storage/innobase/os/os0file.cc
View file @
59df9f26
...
...
@@ -159,8 +159,8 @@ static io_slots *write_slots;
/**
Statistics for asynchronous I/O
@param
[in]
op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
@param
[in]
stats pointer to the structure to fill
@param op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
@param stats pointer to the structure to fill
*/
void
innodb_io_slots_stats
(
tpool
::
aio_opcode
op
,
innodb_async_io_stats_t
*
stats
)
{
...
...
tpool/tpool.h
View file @
59df9f26
...
...
@@ -89,7 +89,7 @@ class task_group
void
set_max_tasks
(
unsigned
int
max_concurrent_tasks
);
void
execute
(
task
*
t
);
void
cancel_pending
(
task
*
t
);
void
get_stats
(
group_stats
*
stats
);
void
get_stats
(
group_stats
*
stats
);
~
task_group
();
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment