temp update

Former-commit-id: 7512647247fffebde1b599b4b90caff8a7787bb7
This commit is contained in:
zhiru 2019-06-13 14:27:13 +08:00
parent 48f0a43f22
commit 1c31909a68

View File

@ -37,6 +37,11 @@ struct DBMetaOptions {
ArchiveConf archive_conf = ArchiveConf("delete");
}; // DBMetaOptions
struct MySQLMetaOptions {
std::string path;
};
struct Options {
Options();