summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-08-2019-179/+237
|\
| * MDEV-23452 Assertion `buf_page_get_io_fix(bpage) == BUF_IO_NONE' failedThirunarayanan Balathandayuthapani2020-08-201-0/+2
| * MDEV-23452 Assertion `buf_page_get_io_fix(bpage) == BUF_IO_NONE' failedThirunarayanan Balathandayuthapani2020-08-201-6/+16
| * MDEV-23514 Race conditions between ROLLBACK and ALTER TABLEMarko Mäkelä2020-08-203-13/+20
| * MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-1910-35/+164
| * MDEV-23484 Rollback unnecessarily acquires dict_operation_lock for every rowMarko Mäkelä2020-08-183-58/+11
| * MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFFMarko Mäkelä2020-08-186-96/+17
| * MDEV-22934 Table disappear after two alter table commandThirunarayanan Balathandayuthapani2020-08-181-1/+9
| * MDEV-23380 InnoDB reads a page from disk despite parsing MLOG_INIT_FILE_PAGE2...Thirunarayanan Balathandayuthapani2020-08-182-2/+6
* | MDEV-21251 CHECK TABLE fails to check info_bits of recordsEugene Kosov2020-08-152-7/+51
* | Merge 10.2 into 10.3Marko Mäkelä2020-08-1314-120/+99
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-08-132-27/+2
| |\
| | * MDEV-23463 fil_page_decompress() debug check wastes 128KiB of stackMarko Mäkelä2020-08-132-26/+2
| * | Merge 10.1 into 10.2Marko Mäkelä2020-08-1310-119/+120
| |\ \ | | |/
| | * MDEV-20672 Inconsistent usage message for innodb_compression_algorithmMarko Mäkelä2020-08-122-2/+2
| | * MDEV-19526 heap number overflow on innodb_page_size=64kMarko Mäkelä2020-08-128-122/+122
| * | MDEV-23439 Assertion size == space->size failed in buf_read_ahead_randomMarko Mäkelä2020-08-121-17/+0
| * | MDEV-14119 Assertion cmp_rec_rec() in ALTER TABLEMarko Mäkelä2020-08-111-7/+11
| * | MDEV-23447 SIGSEGV in fil_system_t::keyrotate_next()Marko Mäkelä2020-08-111-15/+20
| * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-114-6/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-106-194/+121
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-08-108-390/+218
| |\ \ | | |/
| | * MDEV-16115 Hang after reducing innodb_encryption_threadsMarko Mäkelä2020-08-106-374/+222
| * | Merge mariadb-10.2.33Marko Mäkelä2020-08-1042-101/+95
| |\ \
| * | | MDEV-23101 fixup: Remove redundant codeMarko Mäkelä2020-08-041-3/+4
| * | | MDEV-23101: SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-08-031-10/+11
* | | | Merge branch '10.2' into 10.3mariadb-10.3.24Sergei Golubchik2020-08-0641-99/+94
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '10.1' into 10.2mariadb-10.2.33Sergei Golubchik2020-08-0642-101/+95
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge branch 'merge/merge-tokudb-5.6' into 10.1Sergei Golubchik2020-08-0542-100/+95
| | |\
| | | * 5.6.49-89.0Sergei Golubchik2020-08-0447-148/+125
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-0325-131/+523
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-031-2/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | compilation error on bintar-centos6-amd64-debugSergei Golubchik2020-08-031-2/+1
| * | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2020-08-0217-102/+505
| |\ \ \
| | * | | Fix compile error for KVM. Modified filamdbf.cppOlivier Bertrand2020-07-131-1/+1
| | * | | - Fix MDEV-22561 Unable to access DBF inside a ZIP archiveOlivier Bertrand2020-07-1314-100/+490
| | * | | - Fix MDEV-22571 and MDEV-22572. Allow multiple ZIP tableOlivier Bertrand2020-05-193-2/+15
| | * | | - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu...Olivier Bertrand2020-03-112-4/+8
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-0213-52/+34
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | XtraDB 5.6.49-89.0Marko Mäkelä2020-07-301-2/+2
| | * | | MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-0/+1
| | * | | MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
| | * | | MDEV-23272 Galera stack-use-after-scope error with ASAN buildTeemu Ollakka2020-07-242-18/+0
| | * | | MDEV-22903 heap-use-after-free while accessing fts cache deleted doc idsThirunarayanan Balathandayuthapani2020-07-232-6/+6
| | * | | MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-onlyMarko Mäkelä2020-07-236-18/+24
| | * | | MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-222-9/+2
| * | | | MDEV-14711 Fix-upThirunarayanan Balathandayuthapani2020-07-311-1/+1
* | | | | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-1/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2020-07-314-113/+163
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11799 Doublewrite recovery can corrupt data pagesMarko Mäkelä2020-07-314-114/+164