Skip to content
Snippets Groups Projects
Commit deec091f authored by godzie44's avatar godzie44 Committed by Dmitry Ivanov
Browse files

feat(wal_ext): add support for WAL extensions.

WAL extensions allows to add auxiliary information to each
write-ahead log record. WAL extensions configured by
`box.cfg.wal_ext` option. Currently, there is only one builtin
extension: `new_old`. `new_old` extension add information about
new and old tuples for ddl operations.

NO_DOC=internal
NO_CHANGELOG=internal
parent 4533d5b5
No related branches found
No related tags found
Loading
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