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

Merge 11.2 into 11.4

parents eede2221 b793feb1
......@@ -583,8 +583,9 @@ void mtr_t::commit_shrink(fil_space_t &space, uint32_t size)
if (space.id == TRX_SYS_SPACE)
srv_sys_space.set_last_file_size(file->size);
else
space.set_create_lsn(m_commit_lsn);
space.set_create_lsn(m_commit_lsn);
mysql_mutex_unlock(&fil_system.mutex);
space.clear_freed_ranges();
......
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