summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-1366-745/+792
* | | 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
* | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-12-0327-348/+529
|\ \ \
| * | | - Fix MDEV-13782Olivier Bertrand2019-11-266-34/+53
| * | | These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-244-41/+44
| * | | Fix compile error (missing declaration) in tabrest.cppOlivier Bertrand2019-11-212-14/+19
| * | | Fix compile error (missing declaration) in tabrest.cppOlivier Bertrand2019-11-211-5/+5
| * | | Fix compile error (imcomplete switch) in ha_connect.ccOlivier Bertrand2019-11-211-0/+4
| * | | These changed were made after pulling 10.2.30 from originOlivier Bertrand2019-11-213043-28773/+39519
| |\ \ \
| * | | | Fix missing declaration in tabrest.cpp causing compiling failure on LinuxOlivier Bertrand2019-11-161-1/+1
| * | | | =====================================================================Olivier Bertrand2019-11-1619-266/+412
* | | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-032-3/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | cleanup: replace exit(1) with abort()Eugene Kosov2019-11-301-3/+3
| * | | | InnoDB: log unsuccessful calls to pthread_attr_init() and pthread_create() be...Eugene Kosov2019-11-301-2/+12
| * | | | cleanup: remove always true condition to fix clang warningEugene Kosov2019-11-191-1/+1
* | | | | check parameters of io_submit() and LinuxAIOHandler::reserve_slot()Eugene Kosov2019-12-031-0/+12
* | | | | InnoDB: Remove unused get_wkb_of_default_point()Marko Mäkelä2019-12-032-45/+0
* | | | | fix double io_destroy() + cleanupEugene Kosov2019-11-261-12/+13
* | | | | MDEV-21152 Bogus debug assertion btr_pcur_is_after_last_in_tree() in ibuf codeMarko Mäkelä2019-11-261-4/+2
* | | | | MDEV-17508 Fix bug for spider when using "not like"willhan2019-11-254-1/+218
* | | | | cleanup Linux AIOEugene Kosov2019-11-211-31/+52
* | | | | MDEV-20832 Don't print "row size too large" warnings in error log if innodb_s...Eugene Kosov2019-11-201-6/+9
| |_|/ / |/| | |
* | | | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-197-12/+2
* | | | MDEV-21069 Crash on DROP TABLE if the data file is corruptedMarko Mäkelä2019-11-198-43/+65
* | | | MDEV-20949 Stop issuing 'row size' error on DMLEugene Kosov2019-11-1310-262/+326
* | | | Clean up mtr_t::commit() furtherMarko Mäkelä2019-11-131-129/+68
* | | | MDEV-20934: Correct a debug assertionMarko Mäkelä2019-11-131-1/+1
* | | | MDEV-12353 preparation: Clean up mtr_tMarko Mäkelä2019-11-124-495/+254
* | | | MDEV-14602: Cleanup recv_dblwr_t::find_page()Marko Mäkelä2019-11-121-36/+17
* | | | MDEV-21024: Cleanup XDES_CLEAN_BITMarko Mäkelä2019-11-111-2/+4
* | | | MDEV-21024: Clean up dict_hdr_create()Marko Mäkelä2019-11-111-3/+2