summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14024 PCRE2.Alexey Botchkov2019-12-214-40/+2
* MDEV-21353 Assertion failures due to btr_pcur_restore_pos() misbehavingMarko Mäkelä2019-12-201-7/+7
* check I/O buffer size and alignment in InnoDBEugene Kosov2019-12-191-0/+5
* Cleanup: Remove fil_space_get_flags()Marko Mäkelä2019-12-183-43/+2
* MDEV-12353 preparation: Remove UNIV_LOG_LSN_DEBUGMarko Mäkelä2019-12-175-103/+0
* MDEV-21174: Fix the WITH_INNODB_EXTRA_DEBUG buildMarko Mäkelä2019-12-161-2/+2
* Merge 10.4 into 10.5Marko Mäkelä2019-12-16132-4041/+2988
|\
| * 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
| | | | * 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
| | * | | | | Update innodb_i_s_tables_disabled.result post typo fixVicențiu Ciorbaru2019-12-031-1/+1
| | * | | | | MDEV-13564 follow-up: Harden an assertionMarko Mäkelä2019-12-031-2/+1
| | * | | | | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2019-12-027-48/+290
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | 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
| | * | | | Lintian complains on spelling errorFaustin Lammler2019-12-0219-23/+23
| * | | | | fix compiler warningsKentoku2019-12-063-5/+7
* | | | | | MDEV-21174: Remove some mlog_write_initial_log_record_fast()Marko Mäkelä2019-12-139-153/+98
* | | | | | MDEV-21174: Clean up record insertionMarko Mäkelä2019-12-136-42/+42