mariadb/storage/innobase/lock
Marko Mäkelä 412533b4a7 MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%'
Many InnoDB internal variables and counters were only exposed
in an unstructured fashion via SHOW ENGINE INNODB STATUS.

Expose more variables via SHOW STATUS. Many of these were
exported in XtraDB.

Also, introduce SHOW_SIZE_T and use the proper size for
exporting the InnoDB variables.

Remove some unnecessary indirection via export_vars, and
bind some variables directly.

dict_sys_t::rough_size(): Replaces dict_sys_get_size()
and includes the hash table sizes.

This is based on a contribution by Tony Liu from ServiceNow.
2019-07-04 00:09:16 +03:00
..
lock0iter.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0lock.cc MDEV-18582: Extend SHOW STATUS LIKE 'Innodb_%' 2019-07-04 00:09:16 +03:00
lock0prdt.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
lock0wait.cc Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00