Bug#8283 - OPTIMIZE TABLE causes data loss

After merge fix. Renamed 'info' -> 'sort_param'.
parent b15a23a7
...@@ -455,7 +455,7 @@ err: ...@@ -455,7 +455,7 @@ err:
close_cached_file(&sort_param->tempfile_for_exceptions); close_cached_file(&sort_param->tempfile_for_exceptions);
ok: ok:
free_root(&info->wordroot, MYF(0)); free_root(&sort_param->wordroot, MYF(0));
/* /*
Detach from the share if the writer is involved. Avoid others to Detach from the share if the writer is involved. Avoid others to
be blocked. This includes a flush of the write buffer. This will be blocked. This includes a flush of the write buffer. This will
......
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