summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22332: Assertion mtr_started == mtr.is_active() failedMarko Mäkelä2020-04-222-2/+3
* MDEV-21884 MariaDB with Spider crashes on a queryKentoku SHIBA2020-04-221-5/+2
* MDEV-18115: Remove fil_type_is_data()Marko Mäkelä2020-04-212-24/+2
* Fixed compiler warningMonty2020-04-191-4/+4
* Make all #sql temporary table names uniformMonty2020-04-192-6/+26
* Added support for more functions when using partitioned S3 tablesMonty2020-04-199-181/+590
* MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-04-1710-4/+216
* MDEV-21884 MariaDB with Spider crashes on a queryKentoku SHIBA2020-04-176-0/+293
* MDEV-22242 B-trees can become extremely skewedMarko Mäkelä2020-04-142-19/+21
* cleanup: commentsSergei Golubchik2020-04-121-4/+4
* MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-122-2/+2
* MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-57/+0
* CMake : Do not add compile flags, such as -Wconversion with ADD_DEFINITIONSVladislav Vaintroub2020-04-101-1/+1
* MDEV-22193 Avoid un-necessary page initialization during recoveryThirunarayanan Balathandayuthapani2020-04-092-11/+9
* MDEV-22169 Recovery fails after failing to insert into mlog_initMarko Mäkelä2020-04-071-12/+40
* Coding style fixesSergey Vojtovich2020-04-041-1/+1
* MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTSAleksey Midenkov2020-04-041-1/+1
* MDEV-22139 fseg_free_page_low() fails to write FREE_PAGE record, breaking rec...Marko Mäkelä2020-04-031-0/+2
* Split tdc_remove_table()Sergey Vojtovich2020-04-032-2/+2
* MDEV-22126 Rename confusing constant mtr_t::OPTMarko Mäkelä2020-04-0323-142/+156
* MDEV-22108 Recovery fails with InnoDB: Malformed log recordMarko Mäkelä2020-04-031-2/+2
* Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-027-213/+45
* MDEV-22114 Assertion failure on SET GLOBAL innodb_buffer_pool_evict='uncompre...Marko Mäkelä2020-04-021-2/+0
* MDEV-22107 Restore accidentally orphaned MTR_MEMO_MODIFYMarko Mäkelä2020-04-017-64/+87
* MDEV-12353: Fix a warning in RelWithDebInfo buildMarko Mäkelä2020-04-011-0/+1
* MDEV-22103 INNODB_ENCRYPTION_NUM_KEY_REQUESTS is missing from INFORMATION_SCH...Marko Mäkelä2020-04-011-0/+2
* MDEV-22102 Assertion w==OPT failed in trx_undo_header_create()Marko Mäkelä2020-04-011-2/+2
* fix mroonga: change field's table as well as ptr for ad-hoc // fixes ptr_in_r...Nikita Malyavin2020-03-313-43/+26
* cleanup: constNikita Malyavin2020-03-311-1/+1
* unify "partitioning cannot do X" error messagesNikita Malyavin2020-03-311-1/+2
* MDEV-22090 Change buffer is not freed after dropping or rebuilding tableMarko Mäkelä2020-03-311-2/+3
* MDEV-19514: Correct a few outdated commentsMarko Mäkelä2020-03-319-45/+43
* Cassandra: Define ha_cassandra::records_in_range()Marko Mäkelä2020-03-312-48/+47
* Merge 10.4 into 10.5Marko Mäkelä2020-03-3030-372/+397
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-3030-449/+466
| |\
| | * MDEV-20590 Introduce a file format constraint to ALTER TABLEMarko Mäkelä2020-03-302-3/+48
| | * MDEV-21832 FORCE all partition to rebuild if any one of theThirunarayanan Balathandayuthapani2020-03-301-0/+1
| | * Fix GCC -Wstringop-truncationMarko Mäkelä2020-03-301-0/+1
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-3024-434/+389
| | |\
| | | * MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-234-104/+217
| | | * MDEV-21930 RocksDB does not compile anymore, with Visual StudioVladislav Vaintroub2020-03-234-42/+61
| | | * blind fix for Windows buildingEugene Kosov2020-03-211-1/+0
| | | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-213-16/+6
| | | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-211-2/+4
| | | * Connect: Remove some unused variablesMarko Mäkelä2020-03-213-7/+2
| | | * InnoDB: reduce size of dtuple_tEugene Kosov2020-03-205-31/+34
| | | * correct comment in buf_page_is_corrupted()Eugene Kosov2020-03-201-1/+1
| | | * st_::span fixesEugene Kosov2020-03-201-145/+0
| | | * remove fishy reinterpret_cast from buf_page_is_zeroes()Eugene Kosov2020-03-207-39/+43
* | | | Cleanup recv_sys: Move things to membersMarko Mäkelä2020-03-306-214/+187