mariadb/storage/innobase
Alexander Barkov 9f98a2acd7 MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is used
- `mariadb-backup --backup` was fixed to fetch the value of the
   @@aria_log_dir_path server variable and copy aria_log* files
   from @@aria_log_dir_path directory to the backup directory.
   Absolute and relative (to --datadir) paths are supported.

   Before this change aria_log* files were copied to the backup
   only if they were in the default location in @@datadir.

- `mariadb-backup --copy-back` now understands a new my.cnf and command line
   parameter --aria-log-dir-path.

  `mariadb-backup --copy-back` in the main loop in copy_back()
   (when copying back from the backup directory to --datadir)
   was fixed to ignore all aria_log* files.

   A new function copy_back_aria_logs() was added.
   It consists of a separate loop copying back aria_log* files from
   the backup directory to the directory specified in --aria-log-dir-path.
   Absolute and relative (to --datadir) paths are supported.
   If --aria-log-dir-path is not specified,
   aria_log* files are copied to --datadir by default.

- The function is_absolute_path() was fixed to understand MTR style
  paths on Windows with forward slashes, e.g.
   --aria-log-dir-path=D:/Buildbot/amd64-windows/build/mysql-test/var/...
2023-04-21 19:08:35 +04:00
..
btr MDEV-31025 Redundant table alter fails when fixed column 2023-04-19 17:11:14 +05:30
buf Remove a bogus UNIV_ZIP_DEBUG check 2023-03-21 14:36:38 +02:00
data Merge 10.3 into 10.4 2022-10-25 10:04:37 +03:00
dict Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
eval Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
fil MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
fsp MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
fts MDEV-24011 InnoDB: Failing assertion: index_cache->words == NULL in fts0fts.cc line 551 2023-04-19 17:11:14 +05:30
fut
gis Merge 10.3 into 10.4 2022-10-25 10:04:37 +03:00
ha
handler MDEV-30453 Setting innodb_buffer_pool_filename to an empty string attempts to delete the data directory on shutdown 2023-03-29 16:49:10 +03:00
ibuf MDEV-30076 ibuf_insert tries to insert the entry for uncommitted index 2023-04-19 17:11:14 +05:30
include MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is used 2023-04-21 19:08:35 +04:00
lock 10.4-MDEV-29684 Fixes for cluster wide write conflict resolving 2023-01-14 07:50:04 +02:00
log MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
mach
mem Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mtr Merge 10.3 into 10.4 2021-09-22 18:26:54 +03:00
mysql-test/storage_engine
os MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
page MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED table 2023-03-22 14:31:00 +02:00
pars Merge 10.3 into 10.4 2021-11-09 08:40:14 +02:00
que Merge 10.3 into 10.4 2022-11-08 16:04:01 +02:00
read Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
rem MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collations 2023-04-04 12:30:50 +04:00
row MDEV-31025 Redundant table alter fails when fixed column 2023-04-19 17:11:14 +05:30
srv MDEV-29050 mariabackup issues error messages during InnoDB tablespaces export on partial backup preparing 2023-03-27 20:15:10 +03:00
sync Merge 10.3 into 10.4 2022-04-21 11:33:59 +03:00
trx Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
unittest MDEV-19522 fixup: Use correct printf format 2021-10-21 15:53:35 +03:00
ut Merge 10.3 into 10.4 2022-06-09 11:53:46 +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 innodb: cmake - sched_getcpu removed - not used 2023-02-08 13:11:37 +11:00
compile-innodb
COPYING.Google
COPYING.Percona
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
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00