summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
* | | | | | | MDEV-21024: Clean up IMPORT TABLESPACEMarko Mäkelä2019-11-115-57/+26
* | | | | | | MDEV-21024: Clean up btr_root_raise_and_insert()Marko Mäkelä2019-11-111-7/+1
* | | | | | | MDEV-21024: Clean up page allocationMarko Mäkelä2019-11-111-12/+8
* | | | | | | MDEV-21024: Optimize writing BTR_EXTERN_LENMarko Mäkelä2019-11-111-2/+2
* | | | | | | MDEV-21024: Clean up rtr_adjust_upper_level()Marko Mäkelä2019-11-111-1/+0
* | | | | | | Cleanup btr_page_get_prev(), btr_page_get_next()Marko Mäkelä2019-11-1113-145/+89
* | | | | | | MDEV-21024: Clean up rtr_adjust_upper_level()Marko Mäkelä2019-11-111-20/+0
* | | | | | | Follow-up to 792c9f9a4977ea428537ca34435d39bd17cec5ffmariadb-10.2.29Marko Mäkelä2019-11-064-29/+19
* | | | | | | Merge 10.1 to 10.2Marko Mäkelä2019-11-065-24/+19
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 5.5 into 10.1mariadb-10.1.43Marko Mäkelä2019-11-061-14/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MDEV-20971 ASAN heap-use-after-free in list_delete / heap_closeSergei Golubchik2019-11-041-14/+13
| * | | | | | MDEV-20987 InnoDB fails to start when fts table has FK relationThirunarayanan Balathandayuthapani2019-11-062-2/+2