Skip to content
Snippets Groups Projects
Commit 6050497b 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 304fd1eb
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