mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
FT-502 print huge pages guy when env fails to open
This commit is contained in:
parent
5893b3026b
commit
a2566787a9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue