Skip to content
Permalink
Browse files
MDEV-30132 Crash after recovery, with InnoDB: Tried to read ... bytes…
… at offset

fil_space_t::prepare_acquired(): Do not attempt to extend (or shrink)
files that will be processed by recv_sys_t::recover_deferred().
  • Loading branch information
dr-m committed Nov 30, 2022
1 parent d32b2e7 commit 1188ef4
Showing 1 changed file with 1 addition and 0 deletions.
@@ -660,6 +660,7 @@ ATTRIBUTE_COLD bool fil_space_t::prepare_acquired()

if (!is_open)
release();
else if (node->deferred);
else if (auto desired_size= recv_size)
{
bool success;

0 comments on commit 1188ef4

Please sign in to comment.