diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2014-08-18 09:13:29 -0400 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2014-08-18 09:13:29 -0400 |
commit | 9e079da4cf8f2cafe5611ec93453bfc4997b2211 (patch) | |
tree | 5e118cf53300683624b64605e57d1c4db90f205d | |
parent | b16b461d25a529e7818b5623584077f5a3c52366 (diff) | |
download | mariadb-git-9e079da4cf8f2cafe5611ec93453bfc4997b2211.tar.gz |
FT-502 print huge pages guy when env fails to open
-rw-r--r-- | storage/tokudb/hatoku_hton.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/tokudb/hatoku_hton.cc b/storage/tokudb/hatoku_hton.cc index 37911a53086..0f88939fce1 100644 --- a/storage/tokudb/hatoku_hton.cc +++ b/storage/tokudb/hatoku_hton.cc @@ -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; } |