summaryrefslogtreecommitdiff
path: root/storage/xtradb/log
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18214 remove some duplicated MONITOR countersEugene Kosov2019-05-061-21/+0
* MDEV-18659: Fix string truncation/overflow in InnoDB and XtraDBMarko Mäkelä2019-03-061-3/+4
* Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+40
|\
| * Merge branch 'merge-xtradb-5.6' into 10.0Oleksandr Byelkin2019-01-281-1/+40
| |\
| | * 5.6.42-84.2Oleksandr Byelkin2019-01-241-1/+40
| | * 5.6.41-84.1Sergei Golubchik2018-10-271-2/+2
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-2/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2018-10-271-2/+2
| |\ \
| | * \ Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.62Sergei Golubchik2018-10-241-2/+2
| | |\ \
| | | * | 5.5.61-38.13Sergei Golubchik2018-10-241-2/+2
| * | | | compiler warningSergei Golubchik2018-04-201-3/+0
* | | | | MDEV-17003 service_manager_extend_timeout() being called too oftenMarko Mäkelä2018-08-211-6/+7
* | | | | Follow-up fix to MDEV-14705: Flush log at shutdownMarko Mäkelä2018-04-261-0/+3
* | | | | Fix warnings in InnoDB & XtraDB post MDEV-14705Vicențiu Ciorbaru2018-04-101-3/+4
* | | | | MDEV-14705: Extend timeout for waiting for transactionsMarko Mäkelä2018-04-101-5/+11
* | | | | Fix a compilation errorMarko Mäkelä2018-04-061-1/+2
* | | | | MDEV-14705: Follow-up fixesMarko Mäkelä2018-04-061-2/+2
* | | | | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-062-8/+27
* | | | | MDEV-14705: Speed up InnoDB shutdownDaniel Black2018-04-061-22/+1
* | | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2018-01-241-0/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 5.6.38-83.0Vicențiu Ciorbaru2018-01-231-1/+1
| * | | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.59Sergei Golubchik2018-01-181-3/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | 5.5.58-38.10Sergei Golubchik2018-01-171-3/+3
| | * | | MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-101-1/+1
| | * | | MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-101-7/+9
| | * | | Merge branch 'merge-xtradb-5.5' into 5.5mariadb-5.5.57Sergei Golubchik2017-07-181-39/+109
| | |\ \ \ | | | |/ /
| | | * | 5.5.55-38.8Sergei Golubchik2017-07-181-39/+109
| * | | | Follow-up to MDEV-11027: Use recv_sys_t::report()Marko Mäkelä2017-12-131-6/+5
* | | | | MDEV-14874 innodb_encrypt_log corrupts the log when the LSN crosses 32-bit bo...Marko Mäkelä2018-01-082-42/+19
* | | | | MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to temporary fileJan Lindström2017-09-281-1/+1
* | | | | Merge 10.0 into 10.1Marko Mäkelä2017-09-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2017-09-221-1/+1
* | | | | MDEV-13807 mariabackup --apply-log-only does generate redo log by performing ...Marko Mäkelä2017-09-161-2/+3
* | | | | MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to tem…Jan Lindström2017-09-141-1/+124
* | | | | Merge 10.0 into 10.1Marko Mäkelä2017-09-071-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13253 After rebuilding redo logs, InnoDB can leak data from redo log bufferMarko Mäkelä2017-09-071-0/+1
* | | | | Merge branch '10.0' into 10.1Marko Mäkelä2017-08-301-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | WL#8845: Clarify the message about redo log format incompatibilityMarko Mäkelä2017-08-291-4/+2
* | | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-08-021-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 5.6.36-82.1Vicențiu Ciorbaru2017-08-021-0/+2
| * | | | MDEV-12975 InnoDB redo log minimum size check uses detected file size instead...Marko Mäkelä2017-06-191-63/+32
* | | | | MDEV-12975 InnoDB redo log minimum size check uses detected file size instead...Marko Mäkelä2017-06-191-51/+20
* | | | | Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-081-23/+0
* | | | | MDEV-12113: install_db shows corruption for rest encryption with innodb_data_...Jan Lindström2017-06-012-22/+24
* | | | | 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread ...Marko Mäkelä2017-05-261-2/+5
* | | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+1