diff --git a/cpp/src/db/Options.h b/cpp/src/db/Options.h index cd6f1f98b8..fd7e5045be 100644 --- a/cpp/src/db/Options.h +++ b/cpp/src/db/Options.h @@ -37,6 +37,11 @@ struct DBMetaOptions { ArchiveConf archive_conf = ArchiveConf("delete"); }; // DBMetaOptions +struct MySQLMetaOptions { + std::string path; + +}; + struct Options { Options();