mariadb/storage/innobase/buf
Marko Mäkelä 50f3b7d164 MDEV-31124 Innodb_data_written miscounts doublewrites
When commit a5a2ef079c
implemented asynchronous doublewrite, the writes via
the doublewrite buffer started to be counted incorrectly,
without multiplying them by innodb_page_size.

srv_export_innodb_status(): Correctly count the
Innodb_data_written.

buf_dblwr_t: Remove submitted(), because it is close to written()
and only Innodb_data_written was interested in it. According to
its name, it should count completed and not submitted writes.

Tested by: Axel Schwenke
2023-04-25 12:17:06 +03:00
..
buf0block_hint.cc Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
buf0buddy.cc Merge 10.4 to 10.5 2020-10-22 17:08:49 +03:00
buf0buf.cc Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
buf0checksum.cc Merge 10.4 into 10.5 2019-05-23 10:32:21 +03:00
buf0dblwr.cc MDEV-31124 Innodb_data_written miscounts doublewrites 2023-04-25 12:17:06 +03:00
buf0dump.cc MDEV-25417: Remove innodb buffer pool load throttling 2022-11-28 11:25:47 +02:00
buf0flu.cc Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
buf0lru.cc Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
buf0rea.cc MDEV-27900: aio handle partial reads/writes 2022-03-12 09:47:53 +11:00