| 740 | } |
| 741 | |
| 742 | std::string Server::getDefaultCorePath() const |
| 743 | { |
| 744 | return getCanonicalPath(config().getString("path", DBMS_DEFAULT_PATH), original_working_directory) + "cores"; |
| 745 | } |
| 746 | |
| 747 | void Server::defineOptions(Poco::Util::OptionSet & options) |
| 748 | { |
nothing calls this directly
no test coverage detected