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

Merge 11.2 into 11.4

parents 19f7edf4 ff377d3b
......@@ -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();
}
......
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