Commit 667401ca authored by Rich Prohaska's avatar Rich Prohaska

FT-502 print huge pages guy when env fails to open

parent 65547f32
......@@ -519,6 +519,7 @@ static int tokudb_init_func(void *p) {
if (r) {
DBUG_PRINT("info", ("env->open %d", r));
handle_ydb_error(r);
goto error;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment