summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* Fix misuse of MY_CHECK_CXX_COMPILER_FLAGSergey Vojtovich2018-04-051-0/+11
* Remove an unused variableMarko Mäkelä2018-04-031-1/+1
* MDEV-15737 assertion in mariabackup.exe!recv_calc_lsn_on_data_add()Thirunarayanan Balathandayuthapani2018-04-031-1/+2
* MDEV-15636 mariabackup --lock-ddl-per-table hangs if ALTER table is runningVladislav Vaintroub2018-04-014-27/+179
* Merge branch '10.1' into 10.2Sergei Golubchik2018-03-2511-167/+282
|\
| * compiler warningSergei Golubchik2018-03-241-1/+1
| * MDEV-13023 mariabackup does not preserve holes for page compressed tables.Vladislav Vaintroub2018-03-2311-166/+281
* | Merge 10.1 into 10.2Marko Mäkelä2018-03-222-1/+86
|\ \ | |/
| * 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
* | | | MDEV-14545 Backup fails due to MLOG_INDEX_LOAD recordThirunarayanan Balathandayuthapani2018-03-161-0/+2
* | | | MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-0/+1
* | | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-163-13/+9
* | | | MDEV-14545 Backup fails due to MLOG_INDEX_LOAD recordThirunarayanan Balathandayuthapani2018-03-131-12/+67
* | | | MDEV-15524 Do not disable page checksums for temporary tablesMarko Mäkelä2018-03-101-2/+2
* | | | MDEV-15071 backup does not store xtrabackup_info in the --extra-lsndir direc...Vladislav Vaintroub2018-02-154-8/+12
* | | | MDEV-14997 mariabackup crashes with invalid --innodb-flush-methodVladislav Vaintroub2018-02-151-1/+3
* | | | MDEV-15270 Mariabackup should not try to use doublewrite buffermariadb-10.2.13Marko Mäkelä2018-02-121-14/+2
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-6/+16
|\ \ \ \ | |/ / /
| * | | 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-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-291-1/+1
* | | | mariadbbackup: use defaults-group-suffix even if no --defaults-fileDaniel Black2018-01-231-3/+4
* | | | MDEV-13825 mariabackup --lock-ddl-per-table does not properly lockVladislav Vaintroub2018-01-231-7/+21
* | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-0/+2
* | | | Fixed compiler warningMonty2018-01-031-1/+1
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-2/+6
|\ \ \ \ | |/ / /
| * | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-2/+6
* | | | Merge 10.1 to 10.2Marko Mäkelä2017-12-191-2/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | Plug a small memory leak in mariabackup --backupMarko Mäkelä2017-12-141-1/+0
* | | | resolve_stack_dump updated to match latest stack trace formatMonty2017-12-031-20/+36
* | | | MDEV-14536 : during backup, retry read of log blocks, if there isVladislav Vaintroub2017-11-301-2/+9
* | | | Fix some integer type mismatch warningsMarko Mäkelä2017-11-281-2/+2
* | | | Fix warning.Vladislav Vaintroub2017-11-241-1/+1
* | | | Fixed build failure with PFS disabledSergey Vojtovich2017-11-241-0/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-11-242-5/+24
|\ \ \ \ | |/ / /
| * | | 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-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system table...Marko Mäkelä2017-11-243-44/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-212-10/+13
|\ \ \ \ | |/ / /
| * | | MDEV-14077 Incremental backup extremly slowVladislav Vaintroub2017-11-092-11/+12