summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-01-078-188/+171
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-01-078-185/+151
| |\
| | * MDEV-21429 TRUNCATE and OPTIMIZE are being refused due to "row size too large"Marko Mäkelä2020-01-074-45/+35
| | * Lets add another intrusive double linked list!Eugene Kosov2020-01-044-141/+127
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-031-27/+0
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-031-27/+0
| |\ \ | | |/
| | * Post-fix for MDEV-12253: Remove redundant log writesMarko Mäkelä2019-12-301-27/+0
* | | Cleanup after MDEV-12026Marko Mäkelä2019-12-301-4/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-302-1/+14
|\ \ \ | |/ /
| * | MDEV-21405 Assertion failed on instant ADD COLUMNMarko Mäkelä2019-12-301-2/+2
| * | MDEV-18865 Assertion `t->first->versioned_by_id()' failed in innodb_prepare_c...bb-10.3-trxid_fixesNikita Malyavin2019-12-292-1/+14
* | | Cleanup: Use more page_id_t in crash recoveryMarko Mäkelä2019-12-271-37/+34
* | | Merge 10.3 into 10.4Marko Mäkelä2019-12-2713-148/+142
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-12-2713-150/+144
| |\ \ | | |/
| | * Cleanup: Remove dict_delete_tablespace_and_datafiles()Marko Mäkelä2019-12-272-53/+0
| | * MDEV-21362 do something with -fno-builtin-memcmp for rem0cmp.ccEugene Kosov2019-12-241-1/+2
| | * MDEV-19176 Reduce the memory usage during recoveryThirunarayanan Balathandayuthapani2019-12-231-1/+1
| | * MDEV-19176 Reduce the memory usage during recoveryThirunarayanan Balathandayuthapani2019-12-233-59/+109
| | * Plug memory leaks from numa_get_mems_allowed()Marko Mäkelä2019-12-231-0/+2
| | * Merge 10.1 into 10.2Marko Mäkelä2019-12-236-48/+26
| | |\
| | | * fix a bad mergeSergei Golubchik2019-12-201-6/+0
| | | * fix windows compilationEugene Kosov2019-12-181-1/+1
| | | * MDEV-21337 fix aligned_malloc()Eugene Kosov2019-12-184-26/+10
| | | * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-12-161-0/+6
| | | |\
| | | | * tokudb: disable check_huge_pages_in_practice()Sergei Golubchik2019-12-131-0/+1
| | | | * tokudb: fix to compile with gcc 9.2.0Sergei Golubchik2019-12-131-0/+6
| | | * | Fix overly chatty connect cmake, once againVladislav Vaintroub2019-12-111-5/+1
| | * | | MDEV-20950: Fix 32-bit Windows buildEugene Kosov2019-12-215-6/+9
| | * | | MDEV-21371 Assertion failure in page_rec_get_next_low() during innodb_gis.rtr...Marko Mäkelä2019-12-201-0/+1
| | * | | MDEV-21239 ASAN use-after-poison in a server shutdown in innodb.innodb_buffer...Eugene Kosov2019-12-201-0/+6
| | * | | Disable -Werror for rocksdb submoduleSergei Golubchik2019-12-172-2/+2
* | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-12-252-32/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove unused mlog_catenate_ulint_compressed()Marko Mäkelä2019-12-162-32/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-12-1381-3608/+2388
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-12-1367-800/+834
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-1366-745/+792
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-12-1215-2798/+1542
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14482 - Cache line contention on ut_rnd_interval()Marko Mäkelä2019-12-103-23/+10
| | * | | MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSRMarko Mäkelä2019-12-102-21/+30
| | * | | MDEV-21256: Simplify ut_rnd_interval()Marko Mäkelä2019-12-107-105/+14
| | * | | MDEV-21256: Reduce the use of ut_rnd_gen_next_ulint()Marko Mäkelä2019-12-105-105/+39
| | * | | Cleanup: Replace a redundant statement with an assertionMarko Mäkelä2019-12-091-1/+1
| | * | | MDEV-21254 Remove unused keywords from the InnoDB SQL parserMarko Mäkelä2019-12-098-2630/+1486
* | | | | optimize crash recoveryEugene Kosov2019-12-121-2/+2
* | | | | MDEV-21260 Innodb/Wjndows do not report error when trying open volumes on UNC...Vladislav Vaintroub2019-12-121-3/+8
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-0955-473/+652
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-21172 Memory leak after failed ADD PRIMARY KEYMarko Mäkelä2019-12-051-1/+2
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-0433-397/+551
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-12-0327-348/+529
| | |\ \ \
| | | * | | - Fix MDEV-13782Olivier Bertrand2019-11-266-34/+53