summaryrefslogtreecommitdiff
path: root/storage/innobase/rem
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-042-51/+51
|\
| * MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-292-47/+47
* | Merge 10.2 into 10.3Marko Mäkelä2020-01-181-41/+48
|\ \ | |/
| * MDEV-21512 InnoDB may hang due to SPATIAL INDEXMarko Mäkelä2020-01-171-41/+49
| * MDEV-20950: Fix 32-bit Windows buildEugene Kosov2019-12-211-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-132-89/+90
|\ \ | |/
| * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-132-71/+73
* | MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1Marko Mäkelä2019-10-121-1/+3
* | MDEV-19783: Add more assertionsMarko Mäkelä2019-10-101-0/+3
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-142-2/+2
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-132-2/+2
| |\
| | * Update FSF addressVicențiu Ciorbaru2019-05-112-2/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-031-3/+1
|\ \ \ | |/ /
| * | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-031-3/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-19/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-19/+1
| |\ \ | | |/
| | * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-17/+1
* | | MDEV-17881: Fix a debug assertionMarko Mäkelä2018-11-301-1/+1
* | | MDEV-17881 Assertion failure in cmp_dtuple_rec_with_match_bytes after instant...Marko Mäkelä2018-11-301-9/+13
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-192-15/+4
|\ \ \ | |/ /
| * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-192-15/+4
* | | Terminology: 'metadata record' instead of 'default row'Marko Mäkelä2018-09-191-1/+1
* | | MDEV-16131 Assertion failed in dict_index_t::instant_field_value()Marko Mäkelä2018-07-261-28/+23
* | | MDEV-15060 Assertion in row_log_table_apply_op after instant ADD when the tab...Marko Mäkelä2018-05-031-12/+36
* | | MDEV-16065 Assertion failed in btr_pcur_restore_position_func on UPDATEMarko Mäkelä2018-05-021-30/+42
* | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-7/+3
* | | MDEV-14906 Assertion index->is_instant() failed on DELETEMarko Mäkelä2018-04-301-4/+19
* | | MDEV-16058 Unnecessary computations for SPATIAL INDEXMarko Mäkelä2018-04-301-23/+23
* | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-3/+3
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-282-11/+12
* | | Remove compiler warningsMichael Widenius2018-04-161-5/+5
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-16/+9
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-16/+9
| |\ \ | | |/
| | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-12/+6
| | |\
| | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-12/+6
| | | |\
| | | | * MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-221-12/+6
| | | | * Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-161-2/+1
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-111-7/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13487 Assertion failure in rec_get_trx_id()Marko Mäkelä2018-01-081-7/+1
* | | | | Follow-up to MDEV-14837: Relax a too strict assertionMarko Mäkelä2018-01-091-1/+1
* | | | | MDEV-14837 Duplicate primary keys are allowed after ADD COLUMN / UPDATEMarko Mäkelä2018-01-091-23/+15
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-105/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-14100 Assertion `!is_user_rec || leaf || ...Marko Mäkelä2017-11-101-0/+1
| * | | | MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VI...Marko Mäkelä2017-11-091-105/+0
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fixed compiler warningsMichael Widenius2017-10-181-3/+4
* | | | | MDEV-14062 Upgrade from 10.0 fails on assertion during ALTER TABLE10.3-georgMarko Mäkelä2017-10-131-1/+2
* | | | | MDEV-14022 Upgrade from 10.0/10.1 fails on assertionMarko Mäkelä2017-10-091-2/+4
* | | | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-062-211/+545
|/ / / /