mariadb/storage/xtradb/dict
Marko Mäkelä 52d13036d8 MDEV-17933 slow server status - dict_sys_get_size()
dict_sys_get_size(): Replace the time-consuming loop with
a crude estimate that can be computed without holding any mutex.

Even before dict_sys->size was removed in MDEV-13325,
not all memory allocations by the InnoDB data dictionary cache
were being accounted for. One example is foreign key constraints.
Another example is virtual column metadata, starting with 10.2.
2019-01-23 13:44:20 +02:00
..
dict0boot.cc Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
dict0crea.cc Merge branch '10.0' into 10.1 2018-10-31 10:53:22 +01:00
dict0dict.cc MDEV-17933 slow server status - dict_sys_get_size() 2019-01-23 13:44:20 +02:00
dict0load.cc Merge 10.0 into 10.1 2018-04-24 09:26:40 +03:00
dict0mem.cc Merge 10.0 into 10.1 2018-11-05 12:15:17 +02:00
dict0stats.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
dict0stats_bg.cc Fix -Wclass-memaccess in WSREP,InnoDB,XtraDB 2018-08-03 12:21:13 +03:00