Skip to content
Snippets Groups Projects
Commit 41589229 authored by Ilya Markov's avatar Ilya Markov Committed by Vladimir Davydov
Browse files

wal: Update request header after sequence update

When tuple in insert/replace request has NULL value
in the field incremented by sequence,
request body is changed, NULL is replaced by value taken from
sequence.
But request header is not updated.
So Redo log, which takes body from header if header exists,
writes the old version of request to wal.

Fixed this with updating header value after handling the sequence.

Closes #3247
parent 01b8ebc3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment