mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
[t:1981], cosmetic changes
git-svn-id: file:///svn/mysql/tokudb-engine/src@14494 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
eea4b9f9e2
commit
7f76e39c8c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue