mariadb/storage/innobase
Marko Mäkelä 4e1bf2bb23 MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non_index_pages_written
The counters were added in commit 5e55d1ced5
and any code to update them was
inadvertently removed in commit 2e814d4702
when applying InnoDB changes from MySQL 5.7.

Let us remove these counters that never reported anything useful. If such
statistics are really needed in a special case, they can be obtained by
instrumenting the code by some means, such as eBPF or a source code patch.
2022-05-16 13:41:53 +03:00
..
btr MDEV-28422 Page split breaks a gap lock 2022-04-27 13:38:08 +03:00
buf Merge branch '10.2' into 10.3 2022-05-03 10:59:54 +02:00
data MDEV-23644 Assertion on evaluating foreign referential action for self-reference in system versioned table 2020-12-22 03:33:53 +03:00
dict MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
eval Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
fil Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
fsp Merge 10.2 into 10.3 2021-10-28 07:50:05 +03:00
fts MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
fut Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
gis Merge branch '10.2' into 10.3 2022-05-07 11:48:15 +02:00
ha Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
handler MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non_index_pages_written 2022-05-16 13:41:53 +03:00
ibuf MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention point 2022-04-21 09:15:18 +03:00
include MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non_index_pages_written 2022-05-16 13:41:53 +03:00
lock MDEV-17843 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_queue_validate upon SHOW ENGINE INNODB STATUS 2022-05-04 12:51:28 +03:00
log MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mtr Merge 10.2 into 10.3 2021-09-22 18:01:41 +03:00
mysql-test/storage_engine Fix for MDEV-17449, typo in error message (#1146) 2019-03-24 21:24:28 +04:00
os MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
page Fixed compile errors when compiling with HAVE_valgrind 2021-08-24 23:05:21 +03:00
pars Merge 10.2 into 10.3 2021-11-09 08:26:59 +02:00
que Merge 10.2 into 10.3 (except MDEV-17556) 2021-01-11 09:41:54 +02:00
read Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
rem MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 2021-04-13 10:28:13 +03:00
row Merge branch '10.2' into 10.3 2022-05-07 11:48:15 +02:00
srv MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non_index_pages_written 2022-05-16 13:41:53 +03:00
sync MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention point 2022-04-21 09:15:18 +03:00
trx MDEV-27800: Avoid garbage TRX_UNDO_TRX_NO on TRX_UNDO_CACHED pages 2022-02-28 12:12:12 +02:00
unittest MDEV-19522 fixup: Use correct printf format 2021-10-21 15:53:35 +03:00
ut Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google
COPYING.Percona
innodb.cmake MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
plugin_exports
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00