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
0e3c22ea
Commit
0e3c22ea
authored
Jun 17, 2004
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log0recv.c:
Revert the patch that put log debug code behind UNIV_LOG_DEBUG
parent
a460d438
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
innobase/log/log0recv.c
innobase/log/log0recv.c
+3
-1
No files found.
innobase/log/log0recv.c
View file @
0e3c22ea
...
...
@@ -1473,6 +1473,7 @@ recv_apply_log_recs_for_backup(
recv_sys_empty_hash
();
}
#ifdef notdefined
/***********************************************************************
In the debug version, updates the replica of a file page, based on a log
record. */
...
...
@@ -1672,6 +1673,7 @@ recv_compare_spaces_low(
recv_compare_spaces
(
space1
,
space2
,
n_pages
);
}
#endif
/***********************************************************************
Tries to parse a single log record and returns its length. */
...
...
@@ -1770,7 +1772,7 @@ recv_calc_lsn_on_data_add(
/***********************************************************
Checks that the parser recognizes incomplete initial segments of a log
record as incomplete. */
static
void
recv_check_incomplete_log_recs
(
/*===========================*/
...
...
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