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

MDEV-20097: Also fix XtraDB

parent 5b205458
...@@ -1929,6 +1929,7 @@ row_merge_read_clustered_index( ...@@ -1929,6 +1929,7 @@ row_merge_read_clustered_index(
UNIV_MEM_INVALID(&block[0], srv_sort_buf_size); UNIV_MEM_INVALID(&block[0], srv_sort_buf_size);
merge_buf[i] = row_merge_buf_empty(buf); merge_buf[i] = row_merge_buf_empty(buf);
buf = merge_buf[i];
if (UNIV_LIKELY(row != NULL)) { if (UNIV_LIKELY(row != NULL)) {
/* Try writing the record again, now /* Try writing the record again, now
......
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