summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-0215-73/+17
* Fixed bugs found by valgrindMonty2020-07-0217-72/+78
* Don't copy uninitialized bytes when copying varstringsMonty2020-07-022-3/+4
* Merge 10.2 into 10.3Marko Mäkelä2020-07-0246-509/+407
|\
| * MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-07-021-0/+1
| * MDEV-20377: Fix -Wunused-but-set-variableMarko Mäkelä2020-07-011-17/+8
| * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-0137-446/+349
| * Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-014-4/+4
| |\
| | * MDEV-23003 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION requires SUPER in...Eugene Kosov2020-06-301-1/+1
| | * mtr: use env for perlDaniel Black2020-06-233-3/+3
| * | speed up fil_validate() in debug buildsEugene Kosov2020-06-301-13/+4
| * | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-184-24/+36
* | | make rocksdb cmake checks less verbose on repeatSergei Golubchik2020-07-012-53/+38
* | | Fix RocksDB detection of ZSTDOtto Kekäläinen2020-07-011-3/+3
* | | MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2020-06-272-0/+4
* | | MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space == fil_system.temp_sp...Eugene Kosov2020-06-272-6/+19
* | | MDEV-20213 binlog_encryption.binlog_incident failed in buildbot, server crash...Eugene Kosov2020-06-271-1/+5
* | | MDEV-20213 binlog_encryption.binlog_incident failed in buildbot, server crash...Eugene Kosov2020-06-271-1/+2
* | | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-2/+1
* | | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-11/+9
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-132-3/+3
|\ \ \ | |/ /
| * | MDEV-21217 innodb_force_recovery=2 may wrongly abort rollbackMarko Mäkelä2020-06-131-1/+1
| * | innodb: dict_mem_table_add_col - compile warning fix argument 1 null where no...Daniel Black2020-06-091-2/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-082-4/+4
|\ \ \ | |/ /
| * | MDEV-22827 InnoDB: Failing assertion: purge_sys->n_stop == 0Marko Mäkelä2020-06-082-3/+3
* | | 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
* | | 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-0213-80/+13
|\ \ \ | |/ /
| * | MDEV-22650 Dirty compressed page checksum validation failsThirunarayanan Balathandayuthapani2020-06-013-26/+3
| * | Cleanup: Remove thr_is_recv(), trx_is_recv()Marko Mäkelä2020-06-017-51/+7
| * | MDEV-21615 InnoDB: innodb_page_size=x requires... should be logged as errorMarko Mäkelä2020-06-011-1/+1
| * | Merge 10.1 into 10.2Marko Mäkelä2020-06-011-1/+1
| |\ \ | | |/
| | * Attempt fixing mroonga gcc 8 build failureSergey Vojtovich2020-05-291-1/+1
| * | cmake: quieterSergei Golubchik2020-05-311-1/+1
* | | MDEV-22770 trx_undo_report_rename() fails to release page latchesMarko Mäkelä2020-06-021-2/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-297-9/+52
|\ \ \ | |/ /
| * | Add a counter to avoid multiple initialization of Groonga mecab tokenizerKentoku SHIBA2020-05-292-0/+12
| * | Add grn_db_fin_mecab_tokenizer to finalyze mecab tokenizerKentoku SHIBA2020-05-292-0/+33
| * | get rid of cmake warningSergei Golubchik2020-05-271-1/+1
| * | Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m...Sergei Golubchik2020-05-271-8/+0