mariadb/extra/mariabackup
Thirunarayanan Balathandayuthapani 6bbc0eedc6 MDEV-22193 Avoid un-necessary page initialization during recovery
- InnoDB is doing un-necessary redo log page initialisation during
recovery and unnecessary traversal of redo log during last phase.
This patch does the optimization of removing unnecessary redo log page
initialisation and detects the memory exhaust earlier.
2020-04-09 21:25:31 +05:30
..
crc MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
quicklz
backup_copy.cc MDEV-14425 deprecate and ignore innodb_log_files_in_group 2020-02-19 12:21:59 +03:00
backup_copy.h
backup_mysql.cc MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 2020-03-12 19:46:41 +02:00
backup_mysql.h
backup_wsrep.h
changed_page_bitmap.cc
changed_page_bitmap.h
CMakeLists.txt MDEV-21303 Make executables MariaDB named 2020-03-21 20:20:29 +01:00
common.h
datasink.cc
datasink.h
ds_archive.cc
ds_archive.h
ds_buffer.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ds_buffer.h
ds_compress.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ds_compress.h
ds_local.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ds_local.h
ds_stdout.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ds_stdout.h
ds_tmpfile.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ds_tmpfile.h
ds_xbstream.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
ds_xbstream.h
encryption_plugin.cc
encryption_plugin.h
fil_cur.cc MDEV-21225 Remove ut_align() and use aligned_malloc() 2019-12-05 06:42:31 +02:00
fil_cur.h MDEV-21225 Remove ut_align() and use aligned_malloc() 2019-12-05 06:42:31 +02:00
innobackupex.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
innobackupex.h
read_filt.cc
read_filt.h
write_filt.cc Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large-page-support 2020-04-02 23:54:08 +04:00
write_filt.h
wsrep.cc
xb_regex.h MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
xbcloud.cc
xbstream.cc cleanup: PSI key is *always* the first argument 2020-03-10 19:24:23 +01:00
xbstream.h
xbstream_read.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
xbstream_write.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
xtrabackup.cc MDEV-22193 Avoid un-necessary page initialization during recovery 2020-04-09 21:25:31 +05:30
xtrabackup.h