summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0sys.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHbb-10.3-MDEV14638-pushSergey Vojtovich2018-01-101-2/+2
* fixup! MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHSergey Vojtovich2018-01-101-64/+68
* MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHSergey Vojtovich2018-01-091-52/+281
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-8/+71
|\
| * Merge 10.1 into 10.2Marko Mäkelä2017-08-311-8/+71
| |\
| | * Fix test failures on embedded server.Jan Lindström2017-08-311-2/+5
| | * MDEV-13471: Test failure on innodb.log_file_size,4kJan Lindström2017-08-101-10/+76
| | * Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-241-3/+3
| | |\
| | * | bzr merge -c 3921 lp:codership-mysql/5.6Seppo Jaakola2013-11-271-4/+2
| | * | bzr merge -r3904..3928 lp:codership-mysql/5.5Seppo Jaakola2013-11-271-2/+7
| | * | Merge 10.0 to galera-10.0Jan Lindström2013-09-031-6/+16
| | |\ \
| | * | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-131-0/+30
* | | | | MDEV-13654 Various crashes due to DB_TRX_ID mismatch in table-rebuilding ALTE...Marko Mäkelä2017-09-011-8/+23
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-07-051-15/+9
|\ \ \ \ \ | |/ / / /
| * | | | Simplify access to the binlog offset in InnoDBMarko Mäkelä2017-06-291-10/+4
| * | | | trx_sys_read_wsrep_checkpoint(): Return whether a checkpoint is presentMarko Mäkelä2017-06-291-5/+5
* | | | | Remove deprecated InnoDB file format parametersMarko Mäkelä2017-06-021-84/+0
|/ / / /
* | | | Follow-up to MDEV-12289: Support innodb_undo_tablespaces=127Marko Mäkelä2017-04-261-0/+2
* | | | Remove TRX_SYS_OLD_N_RSEGSMarko Mäkelä2017-04-261-4/+0
* | | | MDEV-12289 Keep 128 persistent rollback segments for compatibility and perfor...Marko Mäkelä2017-03-311-31/+18
* | | | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-171-10/+0
* | | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-2/+0
* | | | Simplify InnoDB startup.Marko Mäkelä2017-03-091-7/+4
* | | | Remove trx_sys_t::pending_purge_rseg_array.Marko Mäkelä2017-03-091-18/+0
* | | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-37/+0
* | | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-9/+12
* | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-164/+159
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | 5.6.31Sergei Golubchik2016-06-211-3/+3
| * | | move to storage/innobaseSergei Golubchik2015-05-041-0/+674
| / /
* | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+33
| |/ |/|
* | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-6/+16
|/
* 10.0-base -> 10.0-montySergei Golubchik2012-10-191-2/+0
|\
| * WL#6161 Integrating with InnoDB codebase in MySQL 5.5Narayanan Venkateswaran2012-06-071-3/+1
* | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-149/+160
|/
* Bug#12400341 INNODB CAN LEAVE ORPHAN IBD FILES AROUNDYasufumi Kinoshita2012-01-101-0/+6
|\
| * Bug#12400341 INNODB CAN LEAVE ORPHAN IBD FILES AROUNDYasufumi Kinoshita2012-01-101-0/+5
* | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-291-0/+2
|\ \ | |/
* | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-291-1/+10
|\ \ | |/
| * Bug #12612184 BLOB debug code cleanup:Marko Mäkelä2011-06-291-0/+10
* | Bug #11766227: InnoDB purge lag much worse for 5.5.8 versus 5.1Sunny Bains2011-02-221-8/+2
* | After-review cleanup of Bug#57428: replace the dulint struct with a 64-bit intMarko Mäkelä2010-06-241-2/+2
* | Bug#54728: Replace the dulint struct with a 64-bit integer.Marko Mäkelä2010-06-231-0/+5
* | Import branches/innodb+ from SVN on top of storage/innobase.Vasil Dimov2010-04-121-7/+22
* | Merge Innodb Plugin 1.0.6 from mysql-5.1-bugteam storage/innodb_plugin to mys...Satya B2009-12-021-0/+6
|\ \ | |/
* | Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the sameGuilhem Bichot2009-08-071-0/+618
* | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-453/+0
|\ \ | |/
| * Applying InnoDB snashot 5.1-ss5282, Fix for BUG#45097Satya B2009-06-111-0/+2
| * Applying InnoDB snashot 5.1-ss5282, PRE-Fix for BUG#45097Satya B2009-06-111-3/+1
|/
* Applied innodb-5.1-ss269 snapshot.unknown2006-03-101-8/+8