summaryrefslogtreecommitdiff
path: root/storage/innobase/rem/rem0rec.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| * | | 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-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-191-7/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-6/+2
| |\ \ \ | | |/ /
| | * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-191-6/+2
* | | | 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
* | | 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-281-10/+11
* | | 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-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-061-207/+530
|/ / /
* | | Correct debug assertionsMarko Mäkelä2017-09-211-3/+2
* | | Fix bogus rec_get_offsets() debug assertion failures for ROW_FORMAT=REDUNDANTMarko Mäkelä2017-09-211-5/+4
* | | Avoid comparison of unsigned to signedMarko Mäkelä2017-09-211-1/+1
* | | Fix ut_ad(!leaf) failure in rec_get_offsets_func() with spatial indexMarko Mäkelä2017-09-201-1/+3
* | | Avoid comparison of unsigned to signedMarko Mäkelä2017-09-201-1/+1
* | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-53/+69
* | | Clean up the logging of virtual column values in table-rebuilding online ALTERMarko Mäkelä2017-09-131-81/+84
* | | InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINTMarko Mäkelä2017-07-031-8/+0