root@dbstore1002.eqiad.wmnet[information_schema]> select TABLE_SCHEMA,TABLE_NAME,UPDATE_TIME from tables where ENGINE='TokuDB' and TABLE_SCHEMA='staging' order by update_time desc; +--------------+-----------------------------------------+---------------------+ | TABLE_SCHEMA | TABLE_NAME | UPDATE_TIME | +--------------+-----------------------------------------+---------------------+ | staging | editor_month | 2019-01-22 15:32:32 | | staging | cx_abuse_filter_daily | 2018-11-27 15:29:01 | | staging | tbayer_pagertest | 2018-11-08 08:53:51 | | staging | nettrom_creations_from_revision_sources | 2018-03-26 23:54:17 | | staging | nettrom_creations_from_revision | 2018-03-26 23:54:17 | | staging | nettrom_creations_from_page_sources | 2018-03-26 23:52:13 | | staging | nettrom_creations_from_page | 2018-03-26 23:52:13 | | staging | mediawiki_history_sample | 2017-12-14 03:49:43 | | staging | toku_test2 | 2015-12-08 19:49:10 | | staging | page_creation_enwiki_201503 | 2015-03-26 15:14:35 | +--------------+-----------------------------------------+---------------------+ 10 rows in set (0.01 sec)