summaryrefslogtreecommitdiff
path: root/storage/innobase/data
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25951 MariaDB crash after ALTER TABLE convert to utf8mb4bb-10.4-MDEV-25951-instant-utfEugene Kosov2021-09-081-2/+2
* MDEV-25057 Assertion `n_fields < dtuple_get_n_fields(entry)'Thirunarayanan Balathandayuthapani2021-03-091-1/+1
* Merge 10.3 into 10.4Marko Mäkelä2020-12-231-1/+1
|\
| * MDEV-23644 Assertion on evaluating foreign referential action for self-refere...Aleksey Midenkov2020-12-221-1/+1
* | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-2/+2
|\ \ | |/
| * Fixed bugs found by valgrindMonty2020-07-021-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-07-021-38/+10
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-07-021-38/+9
| |\
| | * MDEV-20377: Fix -Wunused-but-set-variableMarko Mäkelä2020-07-011-17/+8
| | * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-22/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Eugene Kosov2019-07-161-9/+1
| |\ \ | | |/
| | * MDEV-19292 "Row size too large" error when creating table with lots columns w...Eugene Kosov2019-07-051-9/+1
* | | 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.3 into 10.4Marko Mäkelä2019-05-051-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-031-2/+2
| |\ \ \ | | |/ /
| | * | MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-031-2/+2
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-031-2/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-3/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-3/+1
| | |\ \ | | | |/
| | | * Fix -Wnonnull-compareMarko Mäkelä2019-04-031-2/+1
* | | | MDEV-18627 Wrong result after instant size change of integerMarko Mäkelä2019-02-181-16/+0
* | | | MDEV-15564: Fix bool/ibool type mismatchMarko Mäkelä2019-02-151-61/+0
* | | | MDEV-15563: Fix cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2019-02-131-2/+19
* | | | MDEV-18493 Remove page_size_tMarko Mäkelä2019-02-071-1/+7
* | | | MDEV-17820 Assertion failed on instant DROP COLUMNMarko Mäkelä2019-01-101-1/+2
* | | | Reduce the number of dict_table_page_size() callsMarko Mäkelä2018-12-141-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-192-4/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-11-192-4/+0
| |\ \ \ | | |/ /
| | * | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-192-4/+0
* | | | MDEV-15662 Instant DROP COLUMN or changing the order of columnsMarko Mäkelä2018-10-191-9/+22
* | | | MDEV-15562: Add dict_index_t::first_user_field()Marko Mäkelä2018-10-101-22/+22
|/ / /
* | | Terminology: 'metadata record' instead of 'default row'Marko Mäkelä2018-09-191-1/+2
* | | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-4/+4
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-5/+4
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-6/+5
| |\ \ | | |/
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-5/+5
| | |\
| | | * MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-221-5/+5
| | | * Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-102-4/+4
| | | * Implement worklog #5743 InnoDB: Lift the limit of index key prefixes. Jimmy Yang2011-05-311-2/+6
| | | * Bug#52199 utf32: mbminlen=4, mbmaxlen=4, type->mbminlen=0, type->mbmaxlen=4Marko Mäkelä2010-06-291-5/+6
| | | * Bug#54728: Replace the dulint struct with a 64-bit integer.Marko Mäkelä2010-06-231-19/+9
| | | * Merge r3403..3414 from mysql-5.1-innodb:Vasil Dimov2010-04-221-0/+15
| | | * Merge Innodb Plugin 1.0.6 from mysql-5.1-bugteam storage/innodb_plugin to mys...Satya B2009-12-021-0/+16
| | | |\
| | | | * Applying InnoDB snapshot 5.1-ss6242, part 4. Fixes BUG#48526Satya B2009-11-301-0/+16
| | | * | Renamed storage/innodb_plugin to storage/innobase, so that 1) it's the sameGuilhem Bichot2009-08-072-0/+1045
| | | * | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-042-976/+0
| | | |/