[t:1981], cosmetic changes

git-svn-id: file:///svn/mysql/tokudb-engine/src@14494 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2009-09-10 20:58:46 +00:00 committed by Yoni Fogel
parent eea4b9f9e2
commit 7f76e39c8c

View file

@ -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;
}