mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Update to innoplug-1.0.4.
This commit is contained in:
@ -849,7 +849,14 @@ err_exit:
|
||||
avail_size = block[1] - b;
|
||||
memcpy(*buf, b, avail_size);
|
||||
*mrec = *buf + extra_size;
|
||||
rec_offs_make_valid(*mrec, index, offsets);
|
||||
#ifdef UNIV_DEBUG
|
||||
/* We cannot invoke rec_offs_make_valid() here, because there
|
||||
are no REC_N_NEW_EXTRA_BYTES between extra_size and data_size.
|
||||
Similarly, rec_offs_validate() would fail, because it invokes
|
||||
rec_get_status(). */
|
||||
offsets[2] = (ulint) *mrec;
|
||||
offsets[3] = (ulint) index;
|
||||
#endif /* UNIV_DEBUG */
|
||||
|
||||
if (!row_merge_read(fd, ++(*foffs), block)) {
|
||||
|
||||
|
Reference in New Issue
Block a user