summaryrefslogtreecommitdiff
path: root/storage/xtradb/trx
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wclass-memaccess warnings in InnoDB,XtraDBMarko Mäkelä2018-08-031-1/+1
* Fix InnoDB/XtraDB warnings by GCC 8.2.0Marko Mäkelä2018-07-302-4/+3
* Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-1/+1
|\
| * Merge branch 'merge/merge-xtradb-5.5' into 5.5mariadb-5.5.60Sergei Golubchik2018-04-201-1/+1
| |\
| | * 5.5.59-38.11Sergei Golubchik2018-04-201-7/+10
* | | MDEV-14988 innodb_read_only tries to modify files if transactions were recove...Marko Mäkelä2018-02-132-3/+7
* | | Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-292-8/+10
* | | Merge 5.5 into 10.0Marko Mäkelä2018-01-111-26/+0
|\ \ \ | |/ /
| * | MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-111-26/+0
* | | Fix a truncation warning introduced in MDEV-12323Marko Mäkelä2018-01-041-3/+4
* | | Merge 5.5 into 10.0Marko Mäkelä2018-01-021-1/+13
|\ \ \ | |/ /
| * | Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-021-3/+0
| * | MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-021-1/+13
* | | Correct a function commentMarko Mäkelä2017-12-201-4/+2
* | | Follow-up fix for MDEV-12352: Plug a memory leakMarko Mäkelä2017-12-131-0/+2
* | | MDEV-12323 Rollback progress log messages during crash recovery are intermixe...Marko Mäkelä2017-12-131-53/+42
* | | MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-131-6/+23
* | | MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-132-21/+32
* | | Backport MDEV-13890 from 10.2 (InnoDB/XtraDB shutdown failure)Marko Mäkelä2017-10-302-3/+16
* | | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-262-2/+2
* | | Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-10-262-2/+2
* | | Merge 5.5 into 10.0Marko Mäkelä2017-10-262-2/+2
|\ \ \ | |/ /
| * | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-262-4/+4
* | | Merge 5.5 into 10.0Marko Mäkelä2017-10-241-1/+23
|\ \ \ | |/ /
| * | MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-241-1/+23
| * | Merge remote-tracking branch 'merge/merge-xtradb-5.5' into 5.5Vicențiu Ciorbaru2017-09-191-1/+1
| |\ \ | | |/
| | * 5.5.57-38.9merge-xtradb-5.5Vicențiu Ciorbaru2017-09-191-1/+1
| * | Merge branch 'merge-xtradb-5.5' into 5.5mariadb-5.5.57Sergei Golubchik2017-07-181-0/+4
| |\ \ | | |/
| | * 5.5.55-38.8Sergei Golubchik2017-07-181-0/+4
| * | Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-161-1/+0
| * | MDEV-10083: Orphan ibd file when playing with foreign keysJan Lindström2016-06-231-1/+1
| * | Merge branch 'merge/merge-xtradb-5.5' into 5.5Sergei Golubchik2015-12-091-0/+6
| |\ \ | | |/
| | * 5.5.46-37.6Sergei Golubchik2015-12-091-0/+6
| * | Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2015-08-011-2/+2
| |\ \ | | |/
| | * 5.5.44-37.3Sergei Golubchik2015-08-011-2/+2
| | * move to storage/xtradb/Sergei Golubchik2015-04-278-0/+12788
| * Percona-Server-5.5.35-rel33.0.tar.gzSergei Golubchik2014-01-221-0/+8
* | MDEV-13606 XA PREPARE transactions should survive innodb_force_recovery=1 or 2Marko Mäkelä2017-08-231-26/+10
* | MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo logMarko Mäkelä2017-06-091-0/+13
* | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-182-34/+12
|\ \
| * | Refactor trx_undo_report_row_operation()Marko Mäkelä2017-05-181-33/+9
| * | Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-171-1/+3
* | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-05-174-16/+14
|\ \ \ | |/ / |/| |
| * | 5.6.36-82.0Vicențiu Ciorbaru2017-05-164-16/+14
* | | MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to f...Marko Mäkelä2017-03-101-7/+12
* | | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2017-03-051-6/+60
|\ \ \ | |/ /
| * | 5.6.35-80.0Vicențiu Ciorbaru2017-03-041-6/+60
* | | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-201-15/+5
* | | MDEV-11985 Make innodb_read_only shutdown more robustMarko Mäkelä2017-02-043-4/+35
* | | Merge branch 'merge/merge-xtradb-5.6' into 10.0Sergei Golubchik2016-08-105-23/+25
|\ \ \ | |/ /