summaryrefslogtreecommitdiff
path: root/storage/innobase/include/rem0rec.ic
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-01-201-2/+3
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-01-181-2/+3
| |\
| | * MDEV-21511 Wrong estimate of affected BLOB columns in updateMarko Mäkelä2020-01-171-2/+3
| | * MDEV-20950: Fix 32-bit Windows buildEugene Kosov2019-12-211-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-40/+30
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-131-40/+30
| |\ \ | | |/
| | * MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-63/+45
* | | 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ä2019-04-031-8/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-8/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-17/+5
| | |\ \ | | | |/
| | | * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-18/+6
* | | | MDEV-17794 Do not assign persistent ID for temporary tablesMarko Mäkelä2018-11-221-0/+1
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-30/+9
|/ / /
* | | Remove an unused functionMarko Mäkelä2018-09-301-15/+0
* | | Use compile_time_assert() in InnoDBMarko Mäkelä2018-04-301-31/+11
* | | Replace univ_page_size and UNIV_PAGE_SIZEMarko Mäkelä2018-04-281-19/+19
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-1/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+2
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+2
| |\ \ | | |/
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+2
| | |\
| | | * Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-231-1/+2
| | | * Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-161-1/+0
| | | * Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-101-2/+2
| | | * Revert original fix for Bug 12612184 and the follow up fix forInaam Rana2011-09-301-2/+2
| | | * Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-06-091-1/+40
| | | |\
| | | | * BLOB instrumentation for Bug#12612184 Race condition in row_upd_clust_rec()Marko Mäkelä2011-06-091-0/+37
| | | | * Bug #56680 wrong InnoDB results from a case-insensitive covering indexMarko Mäkelä2010-10-191-3/+0
| | | * | Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 2]Marko Mäkelä2011-03-211-4/+6
| | | * | Bug#54728: Replace the dulint struct with a 64-bit integer.Marko Mäkelä2010-06-231-2/+2
| | | * | Merging Innodb plugin 1.0.5 revisions from 5.1-main from revisions 3149 to 3163Satya B2009-10-161-1/+1
| | | * | Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the sameGuilhem Bichot2009-08-071-0/+1647
| | | * | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-1531/+0
| | | |/
| | | * Applying InnoDB snashot 5.1-ss4007, part 1. FixesTimothy Smith2009-03-021-10/+9
| | | * Apply snapshot innodb-5.1-ss1989unknown2007-11-061-0/+1
| | | * Apply the following innodb-5.1-* snapshots: ss1489, ss1496, ss1550, ss1569.unknown2007-07-101-2/+4
| | | * Apply the following InnoDB snapshots:unknown2007-03-221-0/+3
| | | * Applied innodb-5.1 snapshots ss799 and ss854unknown2006-09-211-17/+17
| | | * Applied InnoDB 5.1 snapshot ss787.unknown2006-09-051-49/+53
| | | * Applied innodb-5.1-ss269 snapshot.unknown2006-03-101-85/+94
| | | * Merge mysql.com:/home/my/mysql-5.0unknown2005-11-051-0/+16
| | | * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-221-1/+1
| | | * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-06-211-77/+43
| | | * Changes to create storage directory for storage engines. unknown2005-04-261-0/+1531
* | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-348/+54
|/ /
* | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-301-2/+0