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
844a8098
Commit
844a8098
authored
Sep 15, 2010
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo, should be UNIV_SYNC_DEBUG.
parent
da98776b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
storage/innodb_plugin/trx/trx0sys.c
storage/innodb_plugin/trx/trx0sys.c
+4
-4
No files found.
storage/innodb_plugin/trx/trx0sys.c
View file @
844a8098
...
...
@@ -241,9 +241,9 @@ trx_sys_create_doublewrite_buf(void)
{
buf_block_t
*
block
;
buf_block_t
*
block2
;
#ifdef UNIV_DEBUG
#ifdef UNIV_
SYNC_
DEBUG
buf_block_t
*
new_block
;
#endif
/* UNIV_DEBUG */
#endif
/* UNIV_
SYNC_
DEBUG */
byte
*
doublewrite
;
byte
*
fseg_header
;
ulint
page_no
;
...
...
@@ -346,9 +346,9 @@ start_again:
the page position in the tablespace, then the page
has not been written to in doublewrite. */
#ifdef UNIV_DEBUG
#ifdef UNIV_
SYNC_
DEBUG
new_block
=
#endif
/* UNIV_DEBUG */
#endif
/* UNIV_
SYNC_
DEBUG */
buf_page_get
(
TRX_SYS_SPACE
,
0
,
page_no
,
RW_X_LATCH
,
&
mtr
);
buf_block_dbg_add_level
(
new_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