summaryrefslogtreecommitdiff
path: root/extra/mariabackup/xtrabackup.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed extra spaces in generated command lines (minor "cosmetic"bb-10.2-MDEV-25328-v5Julius Goryavsky2021-04-111-7/+7
* MDEV-25328: --innodb command line option causes mariabackup to failJulius Goryavsky2021-04-111-0/+2
* MDEV-24197: Add "innodb_force_recovery" for "mariabackup --prepare"Srinidhi Kaushik2021-04-011-7/+53
* MDEV-22929 fixup. Print "completed OK!" if page corruption and --log-innodb-...Vladislav Vaintroub2021-03-051-4/+3
* MDEV-22810 mariabackup does not honor open_files_limit from option during bac...Vlad Lesin2020-12-161-0/+4
* MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-041-4/+1
* MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-011-72/+350
* MDEV-24026: InnoDB: Failing assertion: os_total_large_mem_allocated >= size u...Vlad Lesin2020-10-291-1/+10
* MDEV-20755 InnoDB: Database page corruption on disk or a failed file read of ...Vlad Lesin2020-10-231-51/+102
* MDEV-21951: mariabackup SST fail if data-directory have lost+found directoryJulius Goryavsky2020-10-201-1/+1
* MDEV-23982: Mariabackup hangs on backupMarko Mäkelä2020-10-191-1/+1
* MDEV-23711 fixup: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2020-09-211-1/+1
* MDEV-23711 make mariabackup innodb redo log read error message more clearVlad Lesin2020-09-211-3/+16
* MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-191-0/+6
* MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFFMarko Mäkelä2020-08-181-4/+0
* MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-231-6/+0
* MDEV-22554: "mariabackup --prepare" exits with code 0 even though innodbVlad Lesin2020-05-191-1/+1
* MDEV-19347: Mariabackup does not honor ignore_db_dirs from serverbb-10.2-MDEV-19347-ignore_db_dirsVlad Lesin2020-04-211-16/+19
* MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-071-357/+468
* fix use-after-freeEugene Kosov2020-03-101-2/+2
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-241-2/+3
|\
| * MDEV-17601: MariaDB Galera does not expect 'mbstream' as streamfmtJulius Goryavsky2020-01-211-2/+3
| * Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-041-1/+2
* | MDEV-19176 Reduce the memory usage during recoveryThirunarayanan Balathandayuthapani2019-12-231-1/+3
* | MDEV-21255: Deadlock of parallel slave and mariabackup (with failed logVlad Lesin2019-12-121-1/+3
* | MDEV-11345 Compile english error messages into mysqld executable.Vladislav Vaintroub2019-12-111-32/+6
* | MDEV-20703: mariabackup creates binlog files in server binlog directory on --...Vlad Lesin2019-10-011-2/+4
* | MDEV-18438 Don't stream xtrabackup_info of extra-lsndirSimon Lipp2019-09-191-1/+1
* | MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-071-1/+1
* | MDEV-19865: AddressSanitizer error in open_or_create_log_file() in mariabackupVlad Lesin2019-06-261-1/+1
* | Fixed compiler warningMonty2019-06-031-1/+5
* | MDEV-14192: mariabackup.incremental_backup failed in buildbot with Failing as...Vlad Lesin2019-05-241-33/+31
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-3/+3
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| * Update FSF addressVicențiu Ciorbaru2019-05-111-2/+2
* | MDEV-18544 "missing required privilege PROCESS on *.*" using mariabackup for SSTVladislav Vaintroub2019-05-021-0/+7
* | Fix a typoVladislav Vaintroub2019-04-291-1/+1
* | MDEV-19231 make DB_SUCCESS equal to 0Eugene Kosov2019-04-251-6/+6
* | Do fast exit with error code and FATAL ERROR message, if innodb cannot start ...Vladislav Vaintroub2019-04-231-3/+1
* | MDEV-19212 4GB Limit on large_pages - integer overflowMarko Mäkelä2019-04-081-5/+0
* | MDEV-14192 Mariabackup assertion failure: byte_offset % OS_FILE_LOG_BLOCK_SIZ...Vlad Lesin2019-04-081-20/+11
* | MDEV-12699 preparation: Clean up recv_sysMarko Mäkelä2019-04-061-2/+7
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-0/+1
|\ \ | |/
| * Fix resource leakFaramosCZ2019-03-221-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-03-221-3/+2
|\ \ | |/
| * Cleanup - remove unused variables and functions after MDEV-18917Vladislav Vaintroub2019-03-151-30/+0
* | Remove unused variables from non-debug buildMarko Mäkelä2019-03-211-5/+5
* | Mariabackup: Ensure NUL termination in strncpy()Marko Mäkelä2019-03-211-4/+7
* | post-merge: gcc 8 warningsSergei Golubchik2019-03-151-22/+0
* | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-22/+2
|\ \ | |/