mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Merge r18344. No actual changes. Refs #2467. [t:2467].
git-svn-id: file:///svn/toku/tokudb@18656 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
73cc033ae4
commit
91d93e80ca
1 changed files with 2 additions and 1 deletions
|
@ -1215,7 +1215,8 @@ static int do_recovery(RECOVER_ENV renv, const char *env_dir, const char *log_di
|
|||
if (r != 0) {
|
||||
if (tokudb_recovery_trace)
|
||||
fprintf(stderr, "DB_RUNRECOVERY: %s:%d r=%d\n", __FUNCTION__, __LINE__, r);
|
||||
rr = DB_RUNRECOVERY; goto errorexit;
|
||||
rr = DB_RUNRECOVERY;
|
||||
goto errorexit;
|
||||
}
|
||||
if (renv->goforward)
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue