Commit 9e079da4 authored by Rich Prohaska's avatar Rich Prohaska

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

parent b16b461d
......@@ -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;
}
......
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