summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18025 Mariabackup fails to detect corrupted page_compressed=1 tablesThirunarayanan Balathandayuthapani2018-12-181-4/+25
* Follow-up to MDEV-12112: corruption in encrypted table may be overlookedMarko Mäkelä2018-12-172-4/+18
* MDEV-12112 corruption in encrypted table may be overlookedMarko Mäkelä2018-12-143-39/+61
* Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-1/+1
|\
* | MDEV-12956 provide default datadir for mariabackup --copy-backVladislav Vaintroub2018-09-111-2/+33
* | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-2/+2
* | Fix -Wclass-memaccess in WSREP,InnoDB,XtraDBMarko Mäkelä2018-08-032-5/+17
* | Adopt Debian's fix-FTBFS-on-GNU-Hurd.patch.Sergei Petrunia2018-06-291-8/+22
* | MDEV-16105: Mariabackup does not support SSLVladislav Vaintroub2018-05-083-9/+11
* | MDEV-15988 Crash in ./mtr mariabackup.undo_space_idMarko Mäkelä2018-04-241-2/+2
* | MDEV-15779 - mariabackup incremental prepare fails on CIFS mount.Vladislav Vaintroub2018-04-121-4/+7
* | MDEV-15780 : Mariabackup with absolute paths in innodb_data_file_pathVladislav Vaintroub2018-04-122-4/+44
* | MDEV-15713 mariabackup: throw warning, if --stream is used without --backupVladislav Vaintroub2018-04-091-0/+4
* | MDEV-15825 Mariabackup help mentions Percona and PXC but not MariaDBVladislav Vaintroub2018-04-092-2/+2
* | compiler warningSergei Golubchik2018-03-241-1/+1
* | MDEV-13023 mariabackup does not preserve holes for page compressed tables.Vladislav Vaintroub2018-03-2311-166/+281
* | MDEV-13561 Mariabackup is incompatible with retroactively created innodb_undo...Thirunarayanan Balathandayuthapani2018-03-222-1/+88
* | Merge 10.0 into 10.1Marko Mäkelä2018-03-201-0/+10
|\ \ | |/
| * Merge 5.5 into 10.0Marko Mäkelä2018-03-201-0/+10
| |\
| | * MDEV-12190 YASSL isn't able to negotiate TLS version correctlyVladislav Vaintroub2018-03-141-0/+10
* | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2018-03-163-13/+9
* | | Fix a warning about possibly unused variableMarko Mäkelä2018-02-031-17/+6
* | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+6
|\ \ \ | |/ /
* | | MDEV-14746 : read [mariabackup] section from config file.Vladislav Vaintroub2018-01-221-2/+2
* | | MDEV-14150 - backup should fail early if rsync is missingVladislav Vaintroub2018-01-221-3/+13
* | | mariabackup : improve help textVladislav Vaintroub2018-01-221-1/+1
* | | MDEV-14874 innodb_encrypt_log corrupts the log when the LSN crosses 32-bit bo...Marko Mäkelä2018-01-081-1/+1
* | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-2/+6
* | | MDEV-13620 - improve help message for 'plugin-dir' and 'plugin-load'Vladislav Vaintroub2017-12-181-2/+4
* | | MDEV-14536 : In mariabackup, reread redo log blocks , if checksum mismatchVladislav Vaintroub2017-11-291-9/+22
* | | MDEV-14447 mariabackup incremental incorrectly extends system tablespaceVladislav Vaintroub2017-11-241-4/+23
* | | MDEV-14283 : Fix compilation of mariabackup for gcc3.xVladislav Vaintroub2017-11-211-1/+1
* | | MDEV-14077 Incremental backup extremly slowVladislav Vaintroub2017-11-092-11/+12
* | | MDEV-13560 Copy all innodb undo tablespaces from the backup directory to dest...Vladislav Vaintroub2017-11-031-15/+17
* | | MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console outputMarko Mäkelä2017-10-253-23/+22
* | | MDEV-13496 Use "mariabackup" rather than "xtrabackup" in console outputVladislav Vaintroub2017-10-233-164/+158
* | | MDEV-14102 restore --remove-original options for mariabackupVladislav Vaintroub2017-10-231-0/+5
* | | Various compier warningsSergei Golubchik2017-10-222-4/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-226-17/+39
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-186-17/+39
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-174-8/+24
| | |\
| | | * Bug#26482173: TLS CIPHER NEGOTIATION INCORRECTLY MATCHES ONArun Kuruvila2017-08-247-164/+182
| | | * Bug #24740291: YASSL UPDATE TO 2.4.2Robert Golebiowski2016-09-2711-122/+274
| | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-172-8/+14
* | | | MDEV-13310 Preparing an incremental backup twice can corrupt dataVladislav Vaintroub2017-10-071-1/+4
* | | | MDEV-13798 - fix incorrect alignment of the buffer in incremental backupVladislav Vaintroub2017-10-071-1/+1
* | | | MDEV-13822 mariabackup incremental prepare incorrectly sets file size.Vladislav Vaintroub2017-10-071-52/+11
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-192-9/+0
|\ \ \ \ | |/ / /
| * | | Build improvements and cleanups.Vladislav Vaintroub2017-09-082-9/+0
* | | | Fix compilation in mariabackupVladislav Vaintroub2017-09-163-3/+4