summaryrefslogtreecommitdiff
path: root/storage/innobase/include/rem0rec.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-03-181-1/+5
|\
| * MDEV-24730 Insert log operation fails after purge resets n_core_fieldsThirunarayanan Balathandayuthapani2021-03-121-0/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-09-031-2/+6
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-09-031-2/+6
| |\
| | * MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-011-2/+6
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-2/+5
|\ \ \ | |/ /
| * | MDEV-23334 Crash in rec_get_nth_cfield()/rec_offs_validate()Marko Mäkelä2020-07-301-1/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-10/+8
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-10/+8
| |\ \ | | |/
* | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-58/+58
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-58/+58
| |\ \ | | |/
| | * MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-52/+52
| | * MDEV-20950: Fix 32-bit Windows buildEugene Kosov2019-12-211-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-94/+115
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-131-94/+115
| |\ \ | | |/
| | * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-47/+90
* | | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-0/+18
* | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+1
|\ \ \ | |/ /
| * | MDEV-20917 InnoDB is passing NULL to nonnull function parametersMarko Mäkelä2019-10-291-1/+1
* | | MDEV-19951 use override keyword across the InnoDBEugene Kosov2019-07-041-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-301-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-301-1/+0
| |\ \ \ | | |/ /
| | * | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-1/+0
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-57/+96
|/ / /
* | | Remove an unused functionMarko Mäkelä2018-09-301-11/+0
* | | Terminology: 'metadata record' instead of 'default row'Marko Mäkelä2018-09-191-8/+6
* | | MDEV-16131 Assertion failed in dict_index_t::instant_field_value()Marko Mäkelä2018-07-261-1/+28
* | | MDEV-15060 Assertion in row_log_table_apply_op after instant ADD when the tab...Marko Mäkelä2018-05-031-2/+14
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-3/+1
* | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-23/+0
|\ \ \ | |/ /
| * | MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VI...Marko Mäkelä2017-11-091-23/+0
* | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-148/+295
|/ /
* | Fix ut_ad(!leaf) failure in rec_get_offsets_func() with spatial indexMarko Mäkelä2017-09-201-1/+10
* | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-27/+33
* | Clean up the logging of virtual column values in table-rebuilding online ALTERMarko Mäkelä2017-09-131-15/+35
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-3/+9
|\ \ | |/
| * MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records lon...Jan Lindström2017-07-121-3/+9
* | MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)Jan Lindström2017-08-081-0/+4
* | Assert that DB_TRX_ID must be set on delete-marked recordsMarko Mäkelä2017-07-011-5/+5
* | 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
* | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-1/+2
* | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-6/+0
* | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-081-40/+41
* | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-021-96/+226
|/