Monty
1c55b845e0
MDEV-32932 Port backup features from ES
...
Added support to BACKUP STAGE to maria-backup
This is a port of the code from ES 10.6
See MDEV-5336 for backup stages description.
The following old options are not supported by the new code:
--rsync ; This is because rsync will not work on tables
that are in used.
--no-backup-locks ; This is disabled as mariadb-backup will always
use backup locks for better performance.
2024-02-27 20:55:54 +02:00
Marko Mäkelä
7e2b42324c
Merge 10.4 into 10.5
2021-09-24 08:42:23 +03:00
Marko Mäkelä
b46cf33ab8
Merge 10.2 into 10.3
2021-09-22 18:01:41 +03:00
Vladislav Vaintroub
b1351c1594
MDEV-26574 An improper locking bug due to unreleased lock in the ds_xbstream.cc
...
release lock in all as cases n xbstream_open, also fix the case where malloc would return NULL.
2021-09-15 14:55:45 +02:00
Marko Mäkelä
6c3e860cbf
Merge 10.4 into 10.5
2021-04-14 11:35:39 +03:00
Marko Mäkelä
450c017c2d
Merge 10.2 into 10.3
2021-04-09 14:32:06 +03:00
Vladislav Vaintroub
08cb5d8483
MDEV-25221 Do not remove source file, if copy_file() fails in mariabackup --move-back
...
Remove an incompletely copied destination file.
2021-03-31 14:23:56 +02:00
Sergei Golubchik
7c58e97bf6
perfschema memory related instrumentation changes
2020-03-10 19:24:22 +01:00
Marko Mäkelä
be85d3e61b
Merge 10.2 into 10.3
2019-05-14 17:18:46 +03:00
Marko Mäkelä
26a14ee130
Merge 10.1 into 10.2
2019-05-13 17:54:04 +03:00
Marko Mäkelä
77cbaa96ad
Merge 10.2 into 10.3
2019-01-17 12:38:46 +02:00
Vladislav Vaintroub
a8a27e65a8
MDEV-18212 mariabackup: Make output format uniform whenever possible
2019-01-15 14:15:04 +01:00