summaryrefslogtreecommitdiff
path: root/storage/innobase/btr/btr0btr.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2019-01-071-54/+16
* Fix btr_corruption_report() declaration on WindowsMarko Mäkelä2018-12-121-7/+4
* btr_corruption_report(): Add ATTRIBUTE_NORETURNMarko Mäkelä2018-12-121-1/+1
* Merge 10.3 into 10.4Marko Mäkelä2018-11-261-28/+28
|\
| * MDEV-12266: Remove a level of pointer indirectionMarko Mäkelä2018-11-221-28/+28
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-191-3/+0
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-11-191-3/+0
| |\
| | * Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-3/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-3/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-3/+3
| |\ \ | | |/
| | * MDEV-17491 micro optimize page_id_tEugene Kosov2018-10-251-3/+3
* | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-35/+162
* | | MDEV-17138 Reduce redo log volume for undo tablespace initializationMarko Mäkelä2018-09-111-2/+1
* | | MDEV-13564: Remove old crash-upgrade logic in 10.4Marko Mäkelä2018-09-111-58/+18
|/ /
* | Replace dict_table_is_temporary(table) with table->is_temporary()Marko Mäkelä2018-05-121-11/+11
* | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-38/+27
* | Use compile_time_assert() in InnoDBMarko Mäkelä2018-04-301-3/+1
* | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-8/+8
* | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-3/+4
* | Revert "MDEV-12266: Remove lookups when dropping indexes"Marko Mäkelä2018-03-301-49/+62
* | MDEV-12266: Remove lookups when dropping indexesMarko Mäkelä2018-03-301-62/+49
* | MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-133/+115
* | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-291-22/+22
* | Allocate lock_sys staticallySergey Vojtovich2018-02-231-3/+3
* | merge btr_page_get_level_low() and btr_page_get_level()Eugene Kosov2018-02-161-21/+20
* | Add page_has_prev(), page_has_next(), page_has_siblings()Marko Mäkelä2018-02-081-10/+7
* | Remove dict_table_t::is_clust()Marko Mäkelä2018-02-081-1/+1
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-19/+82
|\ \ | |/
| * Remove a bogus page_is_root() debug assertion on btr_create() failureMarko Mäkelä2017-10-271-2/+1
| * MDEV-11336: Enable defragmentation on 10.2 when tests passJan Lindström2017-10-121-16/+79
| * btr_free_root(): Relax a too strict debug assertionMarko Mäkelä2017-10-091-1/+2
* | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-68/+109
|/
* Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-23/+32
* Introduce page_rec_is_leaf() and clean up page0page.hMarko Mäkelä2017-09-201-1/+1
* Code clean-up related to MDEV-13167Marko Mäkelä2017-08-231-14/+3
* InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINTMarko Mäkelä2017-07-031-19/+2
* Merge 10.1 into 10.2Marko Mäkelä2017-06-151-1/+2
|\
| * Remove some fields from dict_table_tMarko Mäkelä2017-06-151-1/+2
* | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-22/+15
|\ \ | |/
| * Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ...Marko Mäkelä2017-06-081-38/+16
| * MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M;bb-10.1-MDEV-12113Jan Lindström2017-06-011-0/+19
* | Fix some integer type mismatch.Marko Mäkelä2017-05-101-2/+2
* | MDEV-12720 recovery fails with "Generic error" for ROW_FORMAT=compressedMarko Mäkelä2017-05-091-8/+6
* | 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-3/+3
|\ \ | |/
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-261-4/+4
| * Use page_is_leaf() where applicableMarko Mäkelä2017-04-171-1/+1
* | MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-211-3/+3
* | MDEV-12123 Page contains nonzero PAGE_MAX_TRX_IDMarko Mäkelä2017-04-191-1/+32
* | Use page_is_leaf() where applicable.Marko Mäkelä2017-04-171-1/+1