Commit 1e8189fc authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-13564 follow-up: Correct a bogus comment

This fixes up commit e3c39c0b
parent e9dc3957
...@@ -4661,7 +4661,7 @@ void ibuf_merge_or_delete_for_page(buf_block_t *block, const page_id_t page_id, ...@@ -4661,7 +4661,7 @@ void ibuf_merge_or_delete_for_page(buf_block_t *block, const page_id_t page_id,
} }
/** Delete all change buffer entries for a tablespace, /** Delete all change buffer entries for a tablespace,
in DISCARD TABLESPACE, IMPORT TABLESPACE, or crash recovery. in DISCARD TABLESPACE, IMPORT TABLESPACE, or read-ahead.
@param[in] space missing or to-be-discarded tablespace */ @param[in] space missing or to-be-discarded tablespace */
void ibuf_delete_for_discarded_space(ulint space) void ibuf_delete_for_discarded_space(ulint space)
{ {
......
/***************************************************************************** /*****************************************************************************
Copyright (c) 1997, 2016, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 1997, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2016, 2019, MariaDB Corporation. Copyright (c) 2016, 2022, 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
...@@ -338,7 +338,7 @@ void ibuf_merge_or_delete_for_page(buf_block_t *block, const page_id_t page_id, ...@@ -338,7 +338,7 @@ void ibuf_merge_or_delete_for_page(buf_block_t *block, const page_id_t page_id,
ulint zip_size); ulint zip_size);
/** Delete all change buffer entries for a tablespace, /** Delete all change buffer entries for a tablespace,
in DISCARD TABLESPACE, IMPORT TABLESPACE, or crash recovery. in DISCARD TABLESPACE, IMPORT TABLESPACE, or read-ahead.
@param[in] space missing or to-be-discarded tablespace */ @param[in] space missing or to-be-discarded tablespace */
void ibuf_delete_for_discarded_space(ulint space); void ibuf_delete_for_discarded_space(ulint space);
......
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