Skip to content

Commit

Permalink
Merge 11.2 into 11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed May 22, 2024
2 parents 19f7edf + ff377d3 commit cb273d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/handler/ha_innodb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4264,7 +4264,7 @@ innobase_end(handlerton*, ha_panic_function)
}

/* Do system tablespace truncation during slow shutdown */
if (!srv_fast_shutdown
if (!srv_fast_shutdown && !high_level_read_only
&& srv_operation == SRV_OPERATION_NORMAL) {
fsp_system_tablespace_truncate();
}
Expand Down

0 comments on commit cb273d5

Please sign in to comment.