Skip to content

Commit 667401c

Browse files
committed
FT-502 print huge pages guy when env fails to open
1 parent 65547f3 commit 667401c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/tokudb/hatoku_hton.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ static int tokudb_init_func(void *p) {
519519

520520
if (r) {
521521
DBUG_PRINT("info", ("env->open %d", r));
522+
handle_ydb_error(r);
522523
goto error;
523524
}
524525

0 commit comments

Comments
 (0)