summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MDEV-19647 Server hangs after dropping full text indexes and restartThirunarayanan Balathandayuthapani2019-09-171-0/+6
* | MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-071-3/+3
* | Replace ut_timer() with my_interval_timer()Marko Mäkelä2019-07-257-234/+9
* | Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-2423-135/+84
* | MDEV-14154: Failing assertion: slot->last_run <= current_time in fts0opt.ccMarko Mäkelä2019-07-241-51/+48
* | Reduce the amount of time(NULL) calls for lock processingMarko Mäkelä2019-07-246-147/+140
* | MDEV-14154: Document some time_t fields betterMarko Mäkelä2019-07-244-9/+17
* | Always initialize trx_t::start_time_microMarko Mäkelä2019-07-244-13/+15
* | Remove ut_usectime(), ut_gettimeofday()Marko Mäkelä2019-07-2412-295/+55
* | Correct the type of a parameterMarko Mäkelä2019-07-242-2/+2
* | MDEV-14154: Remove ut_time_us()Marko Mäkelä2019-07-2410-115/+47
* | Remove unused ut_get_year_month_day()Marko Mäkelä2019-07-242-46/+1
* | 5.6.44-86.0Marko Mäkelä2019-07-232-21/+2
|\ \
| * | Fix PS-5388 (Enable hardware CRC32 under Valgrind)Laurynas Biveinis2019-07-231-19/+0
|/ /
* | MDEV-14154: Make ut_time_ms(), ut_time_us() monotonicMarko Mäkelä2019-07-231-11/+3
* | MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-223-10/+13
* | MDEV-20097: Also fix XtraDBMarko Mäkelä2019-07-181-0/+1
* | MDEV-13625: Add the test innodb.innodb-wl5980-debugMarko Mäkelä2019-07-181-0/+5
* | MDEV-19978 Page read from tablespace is corruptedThirunarayanan Balathandayuthapani2019-07-111-14/+15
* | MDEV-19660: wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a...Jan Lindström2019-07-021-1/+6
* | MDEV-16866 InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Re...Thirunarayanan Balathandayuthapani2019-06-121-1/+1
* | MDEV-16866 InnoDB fails to start upon crash recovery with "[ERROR] InnoDB: Re...Thirunarayanan Balathandayuthapani2019-06-121-20/+19
* | MDEV-19614 SET GLOBAL innodb_ deadlock due to LOCK_global_system_variablesMarko Mäkelä2019-05-283-72/+76
* | MDEV-6812: Remove the wrapper my_log2f()Marko Mäkelä2019-05-281-14/+3
* | MDEV-19445 heap-use-after-free related to innodb_ft_aux_tableMarko Mäkelä2019-05-135-159/+83
* | fts_optimize_words(): Remove stray outputMarko Mäkelä2019-05-131-2/+0
* | fts_doc_ids_free(): Define inlineMarko Mäkelä2019-05-132-24/+6
* | MDEV-19441 Typo in error message "InnoDB: FTS Doc ID must be large than"Marko Mäkelä2019-05-132-9/+8
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1119-19/+19
|\ \ | |/
| * Update FSF AddressVicențiu Ciorbaru2019-05-11251-251/+251
* | Update FSF addressVicențiu Ciorbaru2019-05-11314-315/+315
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1143-43/+43
|\ \ | |/
| * Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-1144-44/+44
* | MDEV-13893 encryption.innodb-redo-badkey failed in buildbot with page cannot ...Thirunarayanan Balathandayuthapani2019-05-101-8/+1
* | MDEV-18220: race condition in fts_get_table_name()Marko Mäkelä2019-05-104-17/+33
* | MDEV-18220: Backport some code from MariaDB 10.2Marko Mäkelä2019-05-107-268/+306
* | MDEV-18220: heap-use-after-free in fts_get_table_name_prefix()Marko Mäkelä2019-05-108-37/+14