summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26574 An improper locking bug due to unreleased lock in the ds_xbstream.ccVladislav Vaintroub2021-09-151-3/+7
* MDEV-26573 : A static analyzer warning about ds_archive.ccVladislav Vaintroub2021-09-154-318/+0
* Fix potential null pointer access after the allocation errorVladislav Vaintroub2021-09-011-0/+2
* typo fixedSergei Golubchik2021-08-261-1/+1
* MDEV-25361 fixup: Fix integer type mismatchMarko Mäkelä2021-07-221-89/+92
* Add feature summary at the end of cmake.Heinz Wiesinger2021-07-211-0/+1
* avoid searching std::map twice in innochecksumEugene Kosov2021-07-201-6/+1
* MDEV-25361 innochecksum must not report errors for freed pagesEugene Kosov2021-07-201-7/+18
* Typo fix in extrabackup.cc and innobackupex.ccOli Sennhauser2021-07-152-2/+2
* MDEV-20556 Remove references to "xtrabackup" and "innobackupex" in mariaback...Vladislav Vaintroub2021-05-312-143/+41
* MDEV-25354: Fix my_print_defaults wordingIan Gilfillan2021-04-141-1/+1
* MDEV-25356: SST scripts should use the new mariabackup interfacebb-10.2-MDEV-25356Julius Goryavsky2021-04-112-7/+8
* 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-25321: mariabackup failed if password is passed via environment variablebb-10.2-MDEV-25321Julius Goryavsky2021-04-011-0/+7
* MDEV-24197: Add "innodb_force_recovery" for "mariabackup --prepare"Srinidhi Kaushik2021-04-013-8/+68
* MDEV-25221 Do not remove source file, if copy_file() fails in mariabackup --m...Vladislav Vaintroub2021-03-319-5/+27
* 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-0110-127/+489
* MDEV-24026: InnoDB: Failing assertion: os_total_large_mem_allocated >= size u...Vlad Lesin2020-10-293-2/+15
* 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-19264 Better support MariaDB GTID for Mariabackup's --slave-info optionVlad Lesin2020-09-141-1/+4
* 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
* Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-111-1/+1
* MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-231-6/+0
* Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-1/+1
|\
| * mtr: use env for perlDaniel Black2020-06-231-1/+1
| * mbstream: Remove duplicate definition of datasink_bufferMarko Mäkelä2020-04-151-1/+0
* | MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-241-0/+1
* | MDEV-22554: "mariabackup --prepare" exits with code 0 even though innodbVlad Lesin2020-05-191-1/+1
* | MDEV-20230: mariabackup --ftwrl-wait-timeout never times out on explicitbb-10.2-MDEV-20230-ftwrl-wait-timeoutVlad Lesin2020-04-271-55/+69
* | MDEV-19347: Mariabackup does not honor ignore_db_dirs from serverbb-10.2-MDEV-19347-ignore_db_dirsVlad Lesin2020-04-213-177/+208
* | Fixed memory leaks in resolve_stack_dumpMonty2020-04-181-15/+30
* | 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-243-7/+9
|\ \ | |/
| * MDEV-17601: MariaDB Galera does not expect 'mbstream' as streamfmtJulius Goryavsky2020-01-213-7/+9
* | 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-18310: Aria engine: Undo phase failed with "Got error 121 whenVlad Lesin2019-11-291-11/+20
* | Merge 10.1 to 10.2Marko Mäkelä2019-11-062-2/+2
|\ \ | |/
| * Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-043-3/+4