| 277 | } |
| 278 | |
| 279 | std::string getTablePath(const std::string & table_dir_path, const std::string & format_name) |
| 280 | { |
| 281 | return table_dir_path + "/data." + escapeForFileName(format_name); |
| 282 | } |
| 283 | |
| 284 | /// Both db_dir_path and table_path must be converted to absolute paths (in particular, path cannot contain '..'). |
| 285 | void checkCreationIsAllowed( |
no test coverage detected