Skip to content

Commit

Permalink
FT-502 print huge pages guy when env fails to open
Browse files Browse the repository at this point in the history
  • Loading branch information
prohaska committed Aug 18, 2014
1 parent b16b461 commit 9e079da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/tokudb/hatoku_hton.cc
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ static int tokudb_init_func(void *p) {

if (r) {
DBUG_PRINT("info", ("env->open %d", r));
handle_ydb_error(r);
goto error;
}

Expand Down

0 comments on commit 9e079da

Please sign in to comment.