summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Remove unused mlog_catenate_ulint_compressed()Marko Mäkelä2019-12-162-32/+0
* 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
* | 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
* | | | MDEV-20441 ER_CRASHED_ON_USAGE upon update on versioned Aria tableAleksey Midenkov2019-12-021-1/+1
* | | | MDEV-21158 trx_undo_seg_free() is never redo-loggedMarko Mäkelä2019-11-271-2/+2
* | | | MDEV-21049 Segfault in create federatedx table with empty hostnameAleksey Midenkov2019-11-221-4/+3
* | | | MDEV-21045 AddressSanitizer: use-after-poison in mem_heap_dup / row_log_table...Eugene Kosov2019-11-211-0/+4
* | | | MDEV-21088: Follow-up fix for ROW_FORMAT=REDUNDANTMarko Mäkelä2019-11-201-1/+1
* | | | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-0/+7
* | | | MDEV-13564 follow-up: Remove unused codeMarko Mäkelä2019-11-191-217/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-11-198-37/+60
|\ \ \ \ | |/ / /
| * | | MDEV-21069 Crash on DROP TABLE if the data file is corruptedMarko Mäkelä2019-11-198-43/+65
* | | | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-153-7/+10
* | | | MDEV-12353 preparation: Replace mtr_x_lock() and friendsMarko Mäkelä2019-11-1422-163/+148
* | | | MDEV-20949: Merge 10.2 into 10.3Marko Mäkelä2019-11-149-242/+325
|\ \ \ \ | |/ / /
| * | | MDEV-20949 Stop issuing 'row size' error on DMLEugene Kosov2019-11-1310-262/+326