summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23244 ALTER TABLE…ADD PRIMARY KEY fails to flag duplicatesMarko Mäkelä2020-07-231-2/+8
* MDEV-15880: ASAN heap-use-after-free with innodb_evict_tables_on_commit_debugMarko Mäkelä2020-07-211-2/+7
* MDEV-20661 Virtual fields are not recalculated on system fields value assignmentAleksey Midenkov2020-07-205-42/+119
* MDEV-22061 InnoDB: Assertion of missing row in sec index row_start upon REPLA...Aleksey Midenkov2020-07-203-34/+47
* Merge 10.2 into 10.3Marko Mäkelä2020-07-2014-102/+70
|\
| * Merge 10.1 into 10.2Marko Mäkelä2020-07-2030-267/+268
| |\
| | * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-2024-197/+313
| | * Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-206-70/+24
| | * Cleanup: Remove unused AbstractCallback::m_free_limitMarko Mäkelä2020-07-202-18/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-167-62/+91
|\ \ \ | |/ /
| * | MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-166-55/+80
| * | Make page validation stricterMarko Mäkelä2020-07-151-8/+6
| * | MDEV-23183 Infinite loop on page_validate() on corrupted pageMarko Mäkelä2020-07-151-1/+3
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-142-15/+21
|\ \ \ | |/ /
| * | MDEV-23163 Merge new release of InnoDB 5.7.31 to 10.2Marko Mäkelä2020-07-141-1/+1
| * | Merge 10.1 into 10.2Marko Mäkelä2020-07-145-33/+45
| |\ \ | | |/
| | * XtraDB 5.6.48-88.0Marko Mäkelä2020-07-141-2/+2
| | * Update the InnoDB version number to 5.6.49Marko Mäkelä2020-07-141-1/+1
| | * MDEV-23161 avg_count_reset may wrongly be NULL in I_S.INNODB_METRICSMarko Mäkelä2020-07-142-26/+28
| | * MDEV-22765 i_s_fts_index_cache_fill_one_index() is not protect by the lockThirunarayanan Balathandayuthapani2020-07-142-0/+6
| | * MDEV-22890 DEADLOCK of threads detected: row0sel.cc S-LOCK / btr0cur.cc S-LOC...Thirunarayanan Balathandayuthapani2020-07-142-6/+10
* | | One more ASAN/MSAN cleanupMarko Mäkelä2020-07-051-2/+0
* | | Fixup the parent commit for MSAN and ValgrindMarko Mäkelä2020-07-041-3/+16
* | | Fix for MSAN from Marko related to buf_pool_resizeMonty2020-07-031-0/+5
* | | 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
|\ \ \ | |/ /