Return the name of the old info log file for "dbname".
| 65 | |
| 66 | // Return the name of the old info log file for "dbname". |
| 67 | std::string OldInfoLogFileName(const std::string& dbname) { |
| 68 | return dbname + "/LOG.old"; |
| 69 | } |
| 70 | |
| 71 | // Owned filenames have the form: |
| 72 | // dbname/CURRENT |
no outgoing calls