Skip to content

Commit c62efb0

Browse files
committed
MDEV-21174: Remove a bogus comment
1 parent c4de197 commit c62efb0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

storage/innobase/include/mtr0mtr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ struct mtr_t {
446446
/** Log a write of a byte string to a page.
447447
@param[in] b buffer page
448448
@param[in] ofs byte offset from b->frame
449-
@param[in] str the data to write
450449
@param[in] len length of the data to write */
451450
void memcpy(const buf_block_t &b, ulint ofs, ulint len);
452451

storage/innobase/mtr/mtr0log.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
33
Copyright (c) 1995, 2016, Oracle and/or its affiliates. All Rights Reserved.
4-
Copyright (c) 2017, 2019, MariaDB Corporation.
4+
Copyright (c) 2017, 2020, MariaDB Corporation.
55
66
This program is free software; you can redistribute it and/or modify it under
77
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,
270270
/** Log a write of a byte string to a page.
271271
@param[in] b buffer page
272272
@param[in] ofs byte offset from b->frame
273-
@param[in] str the data to write
274273
@param[in] len length of the data to write */
275274
void mtr_t::memcpy(const buf_block_t &b, ulint ofs, ulint len)
276275
{

0 commit comments

Comments
 (0)