mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
closes #331
git-svn-id: file:///svn/tokudb@2084 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ea0ef57332
commit
76dfee1b0e
1 changed files with 1 additions and 0 deletions
|
@ -1598,6 +1598,7 @@ static int find_db_file(DB_ENV* dbenv, const char *fname, char** full_name_out)
|
|||
if (r == 0) goto finish;
|
||||
else {
|
||||
toku_free(full_name);
|
||||
r = errno;
|
||||
if (r != ENOENT) return r;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue