summaryrefslogtreecommitdiff
path: root/storage/innobase/btr/btr0cur.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused parameterMarko Mäkelä2017-10-111-1/+0
* Merge 10.1 into 10.2Marko Mäkelä2017-10-021-8/+6
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-10-021-8/+6
| |\
| | * Merge 5.5 into 10.0Marko Mäkelä2017-10-021-8/+6
| * | Clean up after commit 93087d5fe74b0078e0b6db4233710648c79043ccMarko Mäkelä2017-09-161-1/+1
* | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-43/+44
* | | Introduce page_rec_is_leaf() and clean up page0page.hMarko Mäkelä2017-09-201-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-2/+4
|\ \ \ | |/ /
| * | MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285Jan Lindström2017-07-201-4/+4
| * | MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records lon...Jan Lindström2017-07-121-0/+9
* | | MDEV-13228: Add a comment that clarifies the constantsMarko Mäkelä2017-07-031-1/+5
* | | MDEV-13228 Assertion `n < rec_offs_n_fields(offsets)' failed in rec_get_nth_f...Marko Mäkelä2017-07-031-2/+2
* | | Assert that DB_TRX_ID must be set on delete-marked recordsMarko Mäkelä2017-07-011-15/+43
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-23/+32
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-21/+31
| |\ \ | | |/
| | * Refactor trx_undo_report_row_operation()Marko Mäkelä2017-05-181-11/+15
| | * MDEV-12358 Work around what looks like a bug in GCC 7.1.0Marko Mäkelä2017-05-171-10/+17
* | | MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadableMarko Mäkelä2017-05-061-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-051-10/+29
|\ \ \ | |/ /
| * | MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-7/+28
* | | Bug#24346574 PAGE CLEANER THREAD, ASSERT BLOCK->N_POINTERS == 0Marko Mäkelä2017-04-261-0/+2
* | | Use page_is_leaf() where applicable.Marko Mäkelä2017-04-171-2/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-7/+0
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-7/+0
| |\ \ | | |/
| | * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-7/+1
| * | MDEV-11349 (1/2) Fix some clang 4.0 warningsMarko Mäkelä2016-11-251-2/+2
| * | MDEV-10886: encryption.innodb-bad-key-change fails (crashes) in buildbotJan Lindström2016-09-271-3/+6
* | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-5/+0
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-10/+10
* | | MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_...Marko Mäkelä2017-03-031-21/+25
* | | MDEV-12072 Do not unnecessarily construct rec_printer objectsMarko Mäkelä2017-02-161-37/+17
* | | Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF.Marko Mäkelä2017-01-311-2/+1
* | | MDEV-11849: Fix storage/innobase/* compile warningsJan Lindström2017-01-261-1/+1
* | | MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSEDMarko Mäkelä2017-01-181-9/+14
* | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-17/+0
* | | MDEV-6076 Persistent AUTO_INCREMENT for InnoDBMarko Mäkelä2016-12-161-15/+35
* | | MDEV-11487 Revert InnoDB internal temporary tables from WL#7682Marko Mäkelä2016-12-091-395/+53
* | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-151/+73
* | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-1008/+3371
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-8/+8
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-8/+8
| |\ \ | | |/
| | * Merge branch 'merge-innodb-5.6' into 10.0Sergei Golubchik2016-06-211-8/+8
| | |\
| | | * 5.6.31Sergei Golubchik2016-06-211-8/+8
* | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+4
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2015-12-131-0/+4
| |\ \ | | |/
| | * 5.6.28Sergei Golubchik2015-12-131-0/+4
* | | MDEV-9040: 10.1.8 fails after upgrade from 10.0.21Jan Lindström2015-11-051-0/+6
* | | Fix test failures seen on buildbot.Jan Lindström2015-10-301-1/+2
* | | MDEV-9032: MariaDB 10.1.8 crashes at startupJan Lindström2015-10-291-1/+15