1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Changed default streaming unit to bytes.

This commit is contained in:
Teemu Ollakka
2018-07-10 14:36:17 +03:00
parent 80ca03daaf
commit d03736c4c3
2 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,8 @@ namespace wsrep
public:
enum fragment_unit
{
row,
bytes,
row,
statement
};