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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
f2922d13
Commit
f2922d13
authored
Sep 26, 2005
by
kaa@polly.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug #13367
parent
2294c9b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
innobase/buf/buf0flu.c
innobase/buf/buf0flu.c
+2
-2
No files found.
innobase/buf/buf0flu.c
View file @
f2922d13
...
...
@@ -230,7 +230,7 @@ buf_flush_buffered_writes(void)
ulint
len2
;
ulint
i
;
if
(
trx_doublewrite
==
NULL
)
{
if
(
!
srv_use_doublewrite_buf
||
trx_doublewrite
==
NULL
)
{
os_aio_simulated_wake_handler_threads
();
return
;
...
...
@@ -507,7 +507,7 @@ buf_flush_write_block_low(
fil_io
(
OS_FILE_WRITE
|
OS_AIO_SIMULATED_WAKE_LATER
,
FALSE
,
block
->
space
,
block
->
offset
,
0
,
UNIV_PAGE_SIZE
,
(
void
*
)
block
->
frame
,
(
void
*
)
block
);
}
else
{
}
else
if
(
srv_use_doublewrite_buf
)
{
buf_flush_post_to_doublewrite_buf
(
block
);
}
}
...
...
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