Commit c62efb08 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-21174: Remove a bogus comment

parent c4de197a
...@@ -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);
......
/***************************************************************************** /*****************************************************************************
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, 2019, MariaDB Corporation. Copyright (c) 2017, 2020, 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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment