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:
@ -14,8 +14,8 @@ namespace wsrep
|
||||
public:
|
||||
enum fragment_unit
|
||||
{
|
||||
row,
|
||||
bytes,
|
||||
row,
|
||||
statement
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user