summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup
Commit message (Expand)AuthorAgeFilesLines
* Fix test result.Vladislav Vaintroub2018-11-151-2/+0
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-284-1/+18
|\
| * Amend fix for MDEV-17236Vladislav Vaintroub2018-09-201-1/+1
| * MDEV-17236 mariabackup incorrectly tries to open ibdata1Thirunarayanan Balathandayuthapani2018-09-201-0/+1
| * MDEV-17192 Backup with -no-lock should fail, if DDL is detected at the end of...Vladislav Vaintroub2018-09-142-0/+16
* | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-1/+0
|\ \
| * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-1/+0
| |/
* | Merge 10.2 into 10.3Marko Mäkelä2018-09-063-0/+23
|\ \ | |/
| * MDEV-17149 mariabackup hangs if innodb is not startedVladislav Vaintroub2018-09-063-0/+23
* | Fixed wrong result file that happend because of a previous mergeMonty2018-08-311-0/+1
* | Merge 10.2 into 10.3Marko Mäkelä2018-08-285-36/+25
|\ \ | |/
| * MDEV-13564: Refuse MLOG_TRUNCATE in mariabackupMarko Mäkelä2018-08-162-0/+23
| * Re-enable the test mariabackup.unsupported_redoMarko Mäkelä2018-08-163-36/+2
* | Merge 10.2 into 10.3Marko Mäkelä2018-08-1619-9/+449
|\ \ | |/
| * MDEV-16791 mariabackup : Support DDL commands during backupVladislav Vaintroub2018-08-1418-9/+447
| * adjust result fileVladislav Vaintroub2018-08-131-0/+2
* | Merge 10.2 into 10.3Marko Mäkelä2018-07-262-0/+84
|\ \ | |/
| * MDEV-16809 Allow full redo logging for ALTER TABLEMarko Mäkelä2018-07-262-0/+84
* | Merge 10.2 into 10.3Marko Mäkelä2018-07-062-0/+2
|\ \ | |/
| * MDEV-14188 mariabackup.incremental_encrypted wrong resultMarko Mäkelä2018-07-062-0/+2
* | Merge 10.2 into 10.3Marko Mäkelä2018-07-033-5/+1
|\ \ | |/
| * MDEV-16571 - some backup tests sometimes with missing data after restore.Vladislav Vaintroub2018-07-023-5/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-304-4/+20
|\ \ | |/
| * MDEV-16519 : mariabackup should fail if MDL could not be acquired with lock-...Vladislav Vaintroub2018-06-222-0/+16
| * MDEV-16496 Mariabackup: Implement --verbose option to instrument InnoDB log a...Marko Mäkelä2018-06-152-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2018-06-1810-0/+146
|\ \ | |/
| * MDEV-13122 Backup myrocksdb with mariabackup.Vladislav Vaintroub2018-06-0710-0/+146
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-295-2/+4
|\ \ | |/
| * Allow tests to work with cmake -DPLUGIN_PARTITION=NOMarko Mäkelä2018-05-295-2/+4
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-112-0/+25
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-102-0/+25
| |\
| | * MDEV-16105: Mariabackup does not support SSLVladislav Vaintroub2018-05-082-0/+25
* | | Merge 10.2 into 10.3Marko Mäkelä2018-04-233-0/+42
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-04-213-0/+42
| |\ \ | | |/
| | * MDEV-15780 : Mariabackup with absolute paths in innodb_data_file_pathVladislav Vaintroub2018-04-123-0/+42
* | | Merge 10.2 into 10.3Marko Mäkelä2018-03-292-15/+37
|\ \ \ | |/ /
| * | MDEV-15682 mariabackup.unsupported_redo fails in buildbot with wrong result codeMarko Mäkelä2018-03-292-15/+37
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-285-0/+162
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-03-223-0/+40
| |\ \ | | |/
| | * MDEV-13561 Mariabackup is incompatible with retroactively created innodb_undo...Thirunarayanan Balathandayuthapani2018-03-223-0/+40
| * | MDEV-15384 buf_flush_LRU_list_batch() always reports n->flushed=0, n->evicted=0Thirunarayanan Balathandayuthapani2018-03-162-6/+18
| * | MDEV-14545 Backup fails due to MLOG_INDEX_LOAD recordThirunarayanan Balathandayuthapani2018-03-142-32/+4
| * | MDEV-14545 Backup fails due to MLOG_INDEX_LOAD recordThirunarayanan Balathandayuthapani2018-03-132-0/+138
* | | MDEV-15158 On commit, do not write to the TRX_SYS pageMarko Mäkelä2018-02-202-0/+33
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-192-0/+11
|\ \ \ | |/ /
| * | MDEV-15071 backup does not store xtrabackup_info in the --extra-lsndir direc...Vladislav Vaintroub2018-02-152-0/+11
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-159-9/+47
|\ \ \ | |/ /
| * | MDEV-15270 Mariabackup should not try to use doublewrite buffermariadb-10.2.13Marko Mäkelä2018-02-121-1/+0
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-062-0/+42
| |\ \ | | |/
| | * MDEV-13499: Backing up table that "doesn't exist in engine" cause crash in ma...Jan Lindström2018-01-292-0/+33