[Tarantool-patches] [PATCH 2/4] xrow: add ability to encode/decode ROLLBACK requests
Serge Petrenko
sergepetrenko at tarantool.org
Fri Jun 19 20:30:16 MSK 2020
18.06.2020 17:46, Cyrill Gorcunov пишет:
>> diff --git a/src/box/xrow.c b/src/box/xrow.c
>> index 896e001b7..7a79a18dd 100644
>> --- a/src/box/xrow.c
>> +++ b/src/box/xrow.c
>> @@ -879,7 +879,8 @@ xrow_encode_dml(const struct request *request, struct region *region,
>> }
>>
>> int
>> -xrow_encode_confirm(struct xrow_header *row, uint32_t replica_id, int64_t lsn)
>> +xrow_encode_confirm_rollback(struct xrow_header *row, uint32_t replica_id,
>> + int64_t lsn)
>> {
> Should not it be a static function?
I agree, thanks for noticing!
Fixed.
--
Serge Petrenko
More information about the Tarantool-patches
mailing list