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
a7540940
Commit
a7540940
authored
Sep 29, 2006
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Merge revisions 861:869 from trunk.
parent
b8503c0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
include/mtr0mtr.h
include/mtr0mtr.h
+2
-0
include/mtr0mtr.ic
include/mtr0mtr.ic
+2
-0
mtr/mtr0mtr.c
mtr/mtr0mtr.c
+2
-0
No files found.
include/mtr0mtr.h
View file @
a7540940
...
...
@@ -275,6 +275,7 @@ mtr_memo_release(
mtr_t
*
mtr
,
/* in: mtr */
void
*
object
,
/* in: object */
ulint
type
);
/* in: object type: MTR_MEMO_S_LOCK, ... */
#ifdef UNIV_DEBUG
/**************************************************************
Checks if memo contains the given item. */
UNIV_INLINE
...
...
@@ -292,6 +293,7 @@ void
mtr_print
(
/*======*/
mtr_t
*
mtr
);
/* in: mtr */
#endif
/* UNIV_DEBUG */
/*######################################################################*/
#define MTR_BUF_MEMO_SIZE 200
/* number of slots in memo */
...
...
include/mtr0mtr.ic
View file @
a7540940
...
...
@@ -113,6 +113,7 @@ mtr_release_s_latch_at_savepoint(
slot->object = NULL;
}
#ifdef UNIV_DEBUG
/**************************************************************
Checks if memo contains the given item. */
UNIV_INLINE
...
...
@@ -148,6 +149,7 @@ mtr_memo_contains(
return(FALSE);
}
#endif /* UNIV_DEBUG */
/*******************************************************************
Returns the log object of a mini-transaction buffer. */
...
...
mtr/mtr0mtr.c
View file @
a7540940
...
...
@@ -315,6 +315,7 @@ mtr_read_dulint(
return
(
mach_read_from_8
(
ptr
));
}
#ifdef UNIV_DEBUG
/*************************************************************
Prints info of an mtr handle. */
...
...
@@ -329,3 +330,4 @@ mtr_print(
(
ulong
)
dyn_array_get_data_size
(
&
(
mtr
->
memo
)),
(
ulong
)
dyn_array_get_data_size
(
&
(
mtr
->
log
)));
}
#endif
/* UNIV_DEBUG */
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