mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
#4560 add check time to handler stats (visible with show table status) refs[t:4560]
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@40642 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
d03eb74cdf
commit
2fd80635b6
1 changed files with 1 additions and 0 deletions
|
@ -5608,6 +5608,7 @@ int ha_tokudb::info(uint flag) {
|
|||
|
||||
stats.create_time = dict_stats.bt_create_time_sec;
|
||||
stats.update_time = dict_stats.bt_modify_time_sec;
|
||||
stats.check_time = dict_stats.bt_verify_time_sec;
|
||||
stats.data_file_length = dict_stats.bt_dsize;
|
||||
if (hidden_primary_key) {
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue