summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-205-11/+7
* MDEV-15158 On commit, do not write to the TRX_SYS pageMarko Mäkelä2018-02-202-33/+19
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-194-9/+15
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-194-9/+15
| |\
| | * 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
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-20/+18
|\ \ \ | |/ /
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-131-14/+2
| |\ \ | | |/
| | * MDEV-15270 Mariabackup should not try to use doublewrite buffermariadb-10.2.13Marko Mäkelä2018-02-121-14/+2
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-6/+16
| |\ \ | | |/
| | * 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-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-065-19/+18
* | | | | MariaBackup: gcc7 - snprintf output overflow warningDaniel Black2018-01-311-2/+2
* | | | | Simplify access to the TRX_SYS pageMarko Mäkelä2018-01-311-4/+4
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-0/+2
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-301-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-301-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-291-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-241-10/+25
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-241-3/+4
| |\ \ \ \ | | |/ / /
| | * | | mariadbbackup: use defaults-group-suffix even if no --defaults-fileDaniel Black2018-01-231-3/+4
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-01-231-7/+21
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Follow-up fix to MDEV-14952 for MariabackupMarko Mäkelä2018-01-161-0/+3
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-031-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fixed compiler warningMonty2018-01-031-1/+1
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-2/+6
| |\ \ \ \ | | |/ / /
| | * | | 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 bb-10.2-ext into 10.3Marko Mäkelä2017-12-191-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-191-3/+4
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-091-0/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-061-20/+36
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-061-20/+36
| |\ \ \ \ | | |/ / /
| | * | | resolve_stack_dump updated to match latest stack trace formatMonty2017-12-031-20/+36
* | | | | Revert "MDEV-12501 -- set --maturity-level by default"Vesa Pentti2017-12-051-1/+0
* | | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-041-0/+1
* | | | | Remove compiler warningsMonty2017-12-031-1/+1