summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23272 Galera stack-use-after-scope error with ASAN buildTeemu Ollakka2020-07-241-9/+0
* MDEV-22903 heap-use-after-free while accessing fts cache deleted doc idsThirunarayanan Balathandayuthapani2020-07-231-3/+3
* MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-onlyMarko Mäkelä2020-07-233-9/+12
* MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-2012-97/+156
* Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-203-35/+12
* Cleanup: Remove unused AbstractCallback::m_free_limitMarko Mäkelä2020-07-201-9/+0
* XtraDB 5.6.48-88.0Marko Mäkelä2020-07-141-2/+2
* MDEV-23161 avg_count_reset may wrongly be NULL in I_S.INNODB_METRICSMarko Mäkelä2020-07-141-13/+14
* MDEV-22765 i_s_fts_index_cache_fill_one_index() is not protect by the lockThirunarayanan Balathandayuthapani2020-07-141-0/+3
* MDEV-22890 DEADLOCK of threads detected: row0sel.cc S-LOCK / btr0cur.cc S-LOC...Thirunarayanan Balathandayuthapani2020-07-141-3/+5
* MDEV-22258 Limit innodb_encryption_threads to 255Marko Mäkelä2020-05-201-1/+1
* MDEV-22070 MSAN use-of-uninitialized-value in encryption.innodb-redo-badkeyMarko Mäkelä2020-05-141-3/+7
* MDEV-22501 Various issues when using --innodb-data-file-size-debug=-1Marko Mäkelä2020-05-081-1/+1
* MDEV-22497 [ERROR] InnoDB: Unable to purge a recordMarko Mäkelä2020-05-071-41/+24
* MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-041-7/+39
* MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-284-107/+113
* Remove a duplicated copyright messageMarko Mäkelä2020-04-281-1/+0
* XtraDB 5.6.47-87.0Marko Mäkelä2020-04-271-2/+2
* MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-2710-117/+84
* MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pagesMarko Mäkelä2020-04-151-3/+20
* MDEV-19092 Server crash when renaming the column whenThirunarayanan Balathandayuthapani2020-03-251-3/+4
* MDEV-21918 improve page_zip_verify_checksum()Eugene Kosov2020-03-111-22/+15
* fix typedef-related warning and cleanup using namespace stdEugene Kosov2020-03-111-2/+2
* Remove unused SRV_MASTER_PURGE_INTERVALMarko Mäkelä2020-02-081-2/+1
* MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-071-1/+1
* MDEV-21563 FTS thread aborts during shutdownThirunarayanan Balathandayuthapani2020-02-061-0/+15
* MDEV-20307: Remove a useless debug check to save stack spaceMarko Mäkelä2020-01-311-42/+3
* MDEV-21564 Assert in trx_purge_add_update_undo_to_history during shutdownThirunarayanan Balathandayuthapani2020-01-301-2/+5
* InnoDB 5.6.47 and XtraDB 5.6.46-86.2Marko Mäkelä2020-01-171-2/+2
* MDEV-21500 Server hang when using simulated AIOMarko Mäkelä2020-01-161-1/+3
* MDEV-21337 fix aligned_malloc()Eugene Kosov2019-12-182-11/+3
* MDEV-20987 InnoDB fails to start when fts table has FK relationThirunarayanan Balathandayuthapani2019-11-061-1/+1
* Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-041-4/+2
* Fix build on !glibc/powerpc*pkubaj2019-11-021-1/+1
* MDEV-20927: Remove duplicated codeMarko Mäkelä2019-10-311-31/+0
* XtraDB 5.6.45-86.1Marko Mäkelä2019-10-309-17/+19
* MDEV-20927 Duplicate key with auto incrementMarko Mäkelä2019-10-301-24/+34
* MDEV-20621 FULLTEXT INDEX activity causes InnoDB hangThirunarayanan Balathandayuthapani2019-10-256-131/+122
* MDEV-19073 FTS row mismatch after crash recoveryThirunarayanan Balathandayuthapani2019-10-251-0/+4
* MDEV-20813: Remove the buf_flush_init_for_writing() assertionMarko Mäkelä2019-10-141-1/+0
* MDEV-20805 follow-up: Catch writes of bogus pagesMarko Mäkelä2019-10-112-2/+11
* Merge 5.5 into 10.1Marko Mäkelä2019-10-111-4/+4
|\
| * MDEV-20805 ibuf_add_free_page() is not initializing FIL_PAGE_TYPE firstMarko Mäkelä2019-10-111-3/+4
* | Merge 5.5 into 10.1Marko Mäkelä2019-10-081-11/+0
|\ \ | |/
| * Remove orphan declaration buf_flush_wait_batch_end_wait_only()Marko Mäkelä2019-10-071-11/+0
| * MDEV-8827: Fix the 32-bit buildMarko Mäkelä2019-07-231-1/+1
| * Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC...Rahul Malik2019-07-231-16/+2
| * Revert "MDEV-8827 Duplicate key with auto increment"Marko Mäkelä2019-07-231-5/+7
| * Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICEThirunarayanan Balathandayuthapani2019-07-232-0/+33
* | MDEV-19529 InnoDB hang on DROP FULLTEXT INDEXThirunarayanan Balathandayuthapani2019-09-1812-245/+60