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
c62efb08
Commit
c62efb08
authored
Jan 08, 2020
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21174: Remove a bogus comment
parent
c4de197a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
storage/innobase/include/mtr0mtr.h
storage/innobase/include/mtr0mtr.h
+0
-1
storage/innobase/mtr/mtr0log.cc
storage/innobase/mtr/mtr0log.cc
+1
-2
No files found.
storage/innobase/include/mtr0mtr.h
View file @
c62efb08
...
@@ -446,7 +446,6 @@ struct mtr_t {
...
@@ -446,7 +446,6 @@ struct mtr_t {
/** Log a write of a byte string to a page.
/** Log a write of a byte string to a page.
@param[in] b buffer page
@param[in] b buffer page
@param[in] ofs byte offset from b->frame
@param[in] ofs byte offset from b->frame
@param[in] str the data to write
@param[in] len length of the data to write */
@param[in] len length of the data to write */
void
memcpy
(
const
buf_block_t
&
b
,
ulint
ofs
,
ulint
len
);
void
memcpy
(
const
buf_block_t
&
b
,
ulint
ofs
,
ulint
len
);
...
...
storage/innobase/mtr/mtr0log.cc
View file @
c62efb08
/*****************************************************************************
/*****************************************************************************
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2017, 20
19
, MariaDB Corporation.
Copyright (c) 2017, 20
20
, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
the terms of the GNU General Public License as published by the Free Software
...
@@ -270,7 +270,6 @@ void mtr_t::log_write(const buf_block_t &block, byte *ptr, mlog_id_t l,
...
@@ -270,7 +270,6 @@ void mtr_t::log_write(const buf_block_t &block, byte *ptr, mlog_id_t l,
/** Log a write of a byte string to a page.
/** Log a write of a byte string to a page.
@param[in] b buffer page
@param[in] b buffer page
@param[in] ofs byte offset from b->frame
@param[in] ofs byte offset from b->frame
@param[in] str the data to write
@param[in] len length of the data to write */
@param[in] len length of the data to write */
void
mtr_t
::
memcpy
(
const
buf_block_t
&
b
,
ulint
ofs
,
ulint
len
)
void
mtr_t
::
memcpy
(
const
buf_block_t
&
b
,
ulint
ofs
,
ulint
len
)
{
{
...
...
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