summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22824 Buffer overflow in dict_table_t::parse_name()Marko Mäkelä2020-06-071-6/+13
* Merge 10.4 into 10.5Marko Mäkelä2020-06-071-3/+3
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-062-13/+13
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-061-3/+3
| | |\
| | | * MDEV-22818 Server crash on corrupted ROW_FORMAT=COMPRESSED pageMarko Mäkelä2020-06-061-3/+3
| | * | MDEV-22721 fixup for 32-bit GCCMarko Mäkelä2020-06-061-10/+10
* | | | MDEV-22817 Assertion idlen <= MAX_TABLE_NAME_LEN in create_table_info_t::crea...Marko Mäkelä2020-06-071-3/+11
* | | | MDEV-22721: Fix GCC 5.3.1 -WconversionMarko Mäkelä2020-06-061-10/+10
* | | | MDEV-22816 Assertion `node->space == fil_system.sys_space' failed in fil_aio_...Marko Mäkelä2020-06-061-3/+2
* | | | MDEV-15053 fixup: MSAN use-of-uninitialized-valueMarko Mäkelä2020-06-063-11/+9
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-0542-466/+475
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-0543-541/+496
| |\ \ \ | | |/ /
| | * | After-merge fix: GCC -Wmaybe-uninitializedMarko Mäkelä2020-06-051-2/+2
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-0543-550/+497
| | |\ \ | | | |/
| | | * MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-0511-50/+73
| | | * MDEV-22790 Race between btr_page_mtr_lock() dropping AHI on the same blockMarko Mäkelä2020-06-052-2/+41
| | | * MDEV-22646: Fix a memory leakMarko Mäkelä2020-06-051-12/+22
| | | * dict_check_sys_tables(): Do not rely on buf_page_optimistic_get()Marko Mäkelä2020-06-041-0/+1
| | | * MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-0437-326/+223
| | | * MDEV-22646 Assertion `table2->cached' failed in dict_table_t::add_to_cacheThirunarayanan Balathandayuthapani2020-06-038-147/+117
| | | * MDEV-22577 innodb_fast_shutdown=0 fails to report purge progressMarko Mäkelä2020-06-031-4/+6
* | | | MDEV-21751 followup: Bypass the change buffer on slow shutdownMarko Mäkelä2020-06-051-0/+6
* | | | Reduce CPU usage in srv_purge_shutdown.Vladislav Vaintroub2020-06-051-1/+1
* | | | MENT-805 ODBC login fails with with Spider from bb-10.5-MENT-30 if password c...Kentoku SHIBA2020-06-052-0/+28
* | | | MENT-787 Server from bb-10.5-MENT-30 crashes upon Spider installationKentoku SHIBA2020-06-051-2/+2
* | | | Change Spider's plugin maturity to BETAKentoku SHIBA2020-06-051-1/+1
* | | | Fix issue caused by using spider_bgs_mode = 2 when Spider use limit_mode = 1 ...Kentoku SHIBA2020-06-051-21/+29
* | | | Add a parameter spider_strict_group_by for supporting ONLY_FULL_GROUP_BYKentoku SHIBA2020-06-0512-26/+628
* | | | add pointer of ha_spider to Spider's use_result functionKentoku SHIBA2020-06-058-12/+26
* | | | fix evaluating bitmap issue in spiderKentoku SHIBA2020-06-051-3/+3
* | | | fix issue for escape charcters in table parameters of SpiderKentoku SHIBA2020-06-051-38/+92
* | | | add a table parameter "dsn" to SpiderKentoku SHIBA2020-06-058-401/+778
* | | | fix build errors on windows environmentsKentoku SHIBA2020-06-053-11/+14
* | | | add test result of spider.bugfix insert_selectKentoku SHIBA2020-06-051-0/+102
* | | | prepare for adding new connectors for SpiderKentoku SHIBA2020-06-0516-398/+1461
* | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-0528-32/+1132
* | | | fix Spider executing one by one commands before SQLKentoku SHIBA2020-06-051-10/+13
* | | | fix memory calculate for spider_mon_table_cacheKentoku SHIBA2020-06-051-2/+19
* | | | fix divided lock table issue of SpiderKentoku SHIBA2020-06-052-2/+53
* | | | use ifdef for unused attributes for SpiderKentoku SHIBA2020-06-051-3/+9
* | | | MDEV-19002 Spider performance optimization with partitionKentoku SHIBA2020-06-0518-1936/+2794
* | | | MDEV-22434 UPDATE on RocksDB table with WITHOUT OVERLAPS failsNikita Malyavin2020-06-054-9/+28
* | | | MDEV-15053 Reduce buf_pool_t::mutex contentionMarko Mäkelä2020-06-0583-6962/+4051
* | | | For better experience in Visual Studio IDE, add header files to Innodb sourcesVladislav Vaintroub2020-06-051-0/+213
* | | | disable Cassandra engine by defaultSergei Golubchik2020-06-041-1/+1
* | | | MDEV-22787 postfixVladislav Vaintroub2020-06-031-0/+2
* | | | MDEV-21751 postfixVladislav Vaintroub2020-06-031-1/+1
* | | | MDEV-21751 innodb_fast_shutdown=0 can be unnecessarily slowVladislav Vaintroub2020-06-035-20/+47
* | | | MDEV-22787 fts_optimize_shutdown() deletes timer prematurelyMarko Mäkelä2020-06-031-2/+2
* | | | MDEV-22710 Assertion ...status != buf_page_t::FREED in ibuf_remove_free_page()Marko Mäkelä2020-06-033-2/+2