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

Refactored dbms simulator. Survives SST.

This commit is contained in:
Teemu Ollakka
2018-06-15 16:25:27 +03:00
parent b3f60b7be1
commit ae68122d59
13 changed files with 370 additions and 74 deletions

View File

@ -33,6 +33,8 @@ namespace db
, fast_exit(0)
{ }
};
params parse_args(int argc, char** argv);
}
#endif // WSREP_DB_PARAMS_HPP