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
f51a14a1
Commit
f51a14a1
authored
Jul 31, 2007
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recv_init_crash_recovery(): remove trailing white space
parent
645f1110
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
log/log0recv.c
log/log0recv.c
+3
-4
No files found.
log/log0recv.c
View file @
f51a14a1
...
@@ -115,7 +115,7 @@ dulint recv_max_page_lsn;
...
@@ -115,7 +115,7 @@ dulint recv_max_page_lsn;
Initialize crash recovery environment. Can be called iff
Initialize crash recovery environment. Can be called iff
recv_needed_recovery == FALSE. */
recv_needed_recovery == FALSE. */
static
static
void
void
recv_init_crash_recovery
(
void
);
recv_init_crash_recovery
(
void
);
/*===========================*/
/*===========================*/
...
@@ -2450,7 +2450,7 @@ void
...
@@ -2450,7 +2450,7 @@ void
recv_init_crash_recovery
(
void
)
recv_init_crash_recovery
(
void
)
/*==========================*/
/*==========================*/
{
{
ut_a
(
!
recv_needed_recovery
);
ut_a
(
!
recv_needed_recovery
);
recv_needed_recovery
=
TRUE
;
recv_needed_recovery
=
TRUE
;
...
@@ -2481,7 +2481,6 @@ recv_init_crash_recovery(void)
...
@@ -2481,7 +2481,6 @@ recv_init_crash_recovery(void)
"InnoDB: buffer...
\n
"
);
"InnoDB: buffer...
\n
"
);
trx_sys_doublewrite_init_or_restore_pages
(
TRUE
);
trx_sys_doublewrite_init_or_restore_pages
(
TRUE
);
}
}
}
}
/************************************************************
/************************************************************
...
@@ -2805,7 +2804,7 @@ recv_recovery_from_checkpoint_start(
...
@@ -2805,7 +2804,7 @@ recv_recovery_from_checkpoint_start(
recv_synchronize_groups
(
up_to_date_group
);
recv_synchronize_groups
(
up_to_date_group
);
if
(
!
recv_needed_recovery
)
{
if
(
!
recv_needed_recovery
)
{
ut_a
(
ut_dulint_cmp
(
checkpoint_lsn
,
ut_a
(
ut_dulint_cmp
(
checkpoint_lsn
,
recv_sys
->
recovered_lsn
)
==
0
);
recv_sys
->
recovered_lsn
)
==
0
);
}
else
{
}
else
{
...
...
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