1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-05 03:41:13 +03:00

Added topology argument to dbsim to allow testing master/slave

This commit is contained in:
Teemu Ollakka
2018-06-16 11:30:50 +03:00
parent 6dcac8ce4d
commit dae5231dfc
4 changed files with 45 additions and 5 deletions

View File

@ -17,6 +17,7 @@ namespace db
size_t n_transactions;
size_t n_rows;
size_t alg_freq;
std::string topology;
std::string wsrep_provider;
std::string wsrep_provider_options;
int debug_log_level;
@ -27,6 +28,7 @@ namespace db
, n_transactions(0)
, n_rows(1000)
, alg_freq(0)
, topology()
, wsrep_provider()
, wsrep_provider_options()
, debug_log_level(0)