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
52529a52
Commit
52529a52
authored
Apr 22, 2024
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-32932 fix comments to match the code
followup for
1c55b845
parent
018d537e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
extra/mariabackup/backup_copy.cc
extra/mariabackup/backup_copy.cc
+2
-2
extra/mariabackup/backup_copy.h
extra/mariabackup/backup_copy.h
+2
-2
No files found.
extra/mariabackup/backup_copy.cc
View file @
52529a52
...
...
@@ -1356,7 +1356,7 @@ backup_files(ds_ctxt *ds_data, const char *from)
lsn_t
server_lsn_after_lock
;
extern
void
backup_wait_for_lsn
(
lsn_t
lsn
);
/** Release resources after backup_
start
() */
/** Release resources after backup_
files
() */
void
backup_release
()
{
if
(
opt_lock_ddl_per_table
)
{
...
...
@@ -1372,7 +1372,7 @@ void backup_release()
static
const
char
*
default_buffer_pool_file
=
"ib_buffer_pool"
;
/** Finish after backup_
start
() and backup_release() */
/** Finish after backup_
files
() and backup_release() */
bool
backup_finish
(
ds_ctxt
*
ds_data
)
{
/* Copy buffer pool dump or LRU dump */
...
...
extra/mariabackup/backup_copy.h
View file @
52529a52
...
...
@@ -23,9 +23,9 @@ equal_paths(const char *first, const char *second);
/** Start --backup */
bool
backup_files
(
ds_ctxt
*
ds_data
,
const
char
*
from
);
/** Release resources after backup_
start
() */
/** Release resources after backup_
files
() */
void
backup_release
();
/** Finish after backup_
start
() and backup_release() */
/** Finish after backup_
files
() and backup_release() */
bool
backup_finish
(
ds_ctxt
*
ds_data
);
bool
apply_log_finish
();
...
...
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