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

Configurable data payload size for dbsim.

This commit is contained in:
Teemu Ollakka
2020-06-26 13:41:30 +03:00
parent 94f5696010
commit 593f737605
4 changed files with 24 additions and 7 deletions

View File

@ -79,6 +79,7 @@ namespace db
db::client_state client_state_;
db::client_service client_service_;
db::storage_engine::transaction se_trx_;
wsrep::mutable_buffer data_;
std::random_device random_device_;
std::default_random_engine random_engine_;
struct stats stats_;