Commit 7f76e39c authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:1981], cosmetic changes

git-svn-id: file:///svn/mysql/tokudb-engine/src@14494 c7de825b-a66e-492c-adef-691d508d4ae1
parent eea4b9f9
......@@ -586,9 +586,9 @@ static bool tokudb_show_engine_status(THD * thd, stat_print_fn * stat_print) {
curr_num_bytes = (hpk_space > curr_num_bytes) ? 0 : curr_num_bytes - hpk_space;
}
else {
//
// one infinity byte per key needs to be subtracted
//
//
// one infinity byte per key needs to be subtracted
//
u_int64_t inf_byte_space = dict_stats.bt_ndata;
curr_num_bytes = (inf_byte_space > curr_num_bytes) ? 0 : curr_num_bytes - inf_byte_space;
}
......
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