summaryrefslogtreecommitdiff
path: root/storage/innobase/rem
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21362: Do not call memcmp on null pointersMarko Mäkelä2020-01-291-2/+1
* MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-5/+2
* Merge 10.4 into 10.5Marko Mäkelä2020-01-202-44/+58
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-01-201-41/+48
| |\
| | * 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
| * | | MDEV-21485 ASAN use-after-poison in dfield_get_len or Assertion `pos < index-...Marko Mäkelä2020-01-151-3/+10
* | | | MDEV-21362 do something with -fno-builtin-memcmp for rem0cmp.ccEugene Kosov2019-12-241-54/+9
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-162-98/+103
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-12-132-98/+103
| |\ \ \ | | |/ /
| | * | 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
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-201-18/+0
|\ \ \ \ | |/ / /
| * | | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-18/+0
* | | | Remove InnoDB wrappers of <string.h> functionsMarko Mäkelä2019-10-301-4/+4
|/ / /
* | | Merge 10.3 into 10.4Marko Mäkelä2019-10-121-1/+3
|\ \ \ | |/ /
| * | MDEV-20814 Assertion index->is_instant() failed on trivial upgrade from 10.1Marko Mäkelä2019-10-121-1/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-0/+3
|\ \ \ | |/ /
| * | MDEV-19783: Add more assertionsMarko Mäkelä2019-10-101-0/+3
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-192-2/+2
|\ \ \ | |/ /
| * | 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.3 into 10.4Marko Mäkelä2019-04-031-19/+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-19030: Assertion failed in rec_init_offsets() after DROP COLUMNMarko Mäkelä2019-04-021-1/+1
* | | | MDEV-18219 Assertion index->n_core_null_bytes <= ... after DROP COLUMNMarko Mäkelä2019-02-081-1/+7
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-301-9/+13
|\ \ \ \ | |/ / /
| * | | MDEV-17881 Assertion failure in cmp_dtuple_rec_with_match_bytes after instant...Marko Mäkelä2018-11-301-9/+13
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-192-16/+4
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-17750: Remove dict_index_get_sys_col_pos()Marko Mäkelä2018-11-161-9/+2
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-197/+313
* | | | MDEV-15562: Add dict_index_t::first_user_field()Marko Mäkelä2018-10-101-0/+1
|/ / /
* | | 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