Innodb Transactions:指的是事物的个数
History List:监控的show engine innodb status中的history list,具体指的是update事物产生的undo log record,当事物commit,将其放入history list中,该值增加,当调用purge时,该值削减。该值用来监控是否有大量事物产生的undo没有被purge。
参考文档
http://mysql.taobao.org/monthly/2015/04/01/
https://yq.aliyun.com/articles/40992
http://insidemysql.blog.163.com/blog/static/2028340422013325115250722/