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
7b51400b
Commit
7b51400b
authored
Nov 23, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buf_page_init_for_read(): Correct the indentation.
parent
8f22bf12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
buf/buf0buf.c
buf/buf0buf.c
+10
-10
No files found.
buf/buf0buf.c
View file @
7b51400b
...
...
@@ -1755,22 +1755,22 @@ buf_page_init_for_read(
if
(
*
err
==
DB_TABLESPACE_DELETED
||
NULL
!=
buf_page_hash_get
(
space
,
offset
))
{
/* The page belongs to a space which has been
deleted or is being deleted, or the page is
already in buf_pool, return */
/* The page belongs to a space which has been
deleted or is being deleted, or the page is
already in buf_pool, return */
mutex_exit
(
&
block
->
mutex
);
mutex_exit
(
&
(
buf_pool
->
mutex
));
mutex_exit
(
&
(
buf_pool
->
mutex
));
buf_block_free
(
block
);
buf_block_free
(
block
);
if
(
mode
==
BUF_READ_IBUF_PAGES_ONLY
)
{
if
(
mode
==
BUF_READ_IBUF_PAGES_ONLY
)
{
mtr_commit
(
&
mtr
);
}
mtr_commit
(
&
mtr
);
}
return
(
NULL
);
}
return
(
NULL
);
}
ut_ad
(
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