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
50b5f456
Commit
50b5f456
authored
Apr 15, 2011
by
Mikael Ronström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge 5.5, step 3
parent
4569537f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
storage/innobase/ibuf/ibuf0ibuf.c
storage/innobase/ibuf/ibuf0ibuf.c
+1
-1
storage/innobase/include/buf0rea.h
storage/innobase/include/buf0rea.h
+0
-1
storage/innobase/include/ibuf0ibuf.h
storage/innobase/include/ibuf0ibuf.h
+1
-1
storage/innobase/mtr/mtr0mtr.c
storage/innobase/mtr/mtr0mtr.c
+0
-1
No files found.
storage/innobase/ibuf/ibuf0ibuf.c
View file @
50b5f456
...
...
@@ -325,7 +325,7 @@ dropped! So, there seems to be no problem. */
/******************************************************************//**
Sets the flag in the current mini-transaction record indicating we're
inside an insert buffer routine. */
UNIV_IN
TERN
UNIV_IN
LINE
void
ibuf_enter
(
/*=======*/
...
...
storage/innobase/include/buf0rea.h
View file @
50b5f456
...
...
@@ -28,7 +28,6 @@ Created 11/5/1995 Heikki Tuuri
#include "univ.i"
#include "buf0types.h"
#include "mtr0types.h"
/********************************************************************//**
High-level function which reads a page asynchronously from a file to the
...
...
storage/innobase/include/ibuf0ibuf.h
View file @
50b5f456
...
...
@@ -234,7 +234,7 @@ ibuf_should_try(
a secondary index when we
decide */
/******************************************************************//**
Returns TRUE if the current
MTR
is performing an insert buffer
Returns TRUE if the current
OS thread
is performing an insert buffer
routine.
For instance, a read-ahead of non-ibuf pages is forbidden by threads
...
...
storage/innobase/mtr/mtr0mtr.c
View file @
50b5f456
...
...
@@ -268,7 +268,6 @@ mtr_commit(
ut_d
(
mtr
->
state
=
MTR_COMMITTED
);
dyn_array_free
(
&
(
mtr
->
memo
));
dyn_array_free
(
&
(
mtr
->
log
));
mtr
->
ibuf_inside
=
FALSE
;
}
#ifndef UNIV_HOTBACKUP
...
...
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