summaryrefslogtreecommitdiff
path: root/storage/xtradb
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-08-121-3/+3
|\
| * MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-071-3/+3
* | Merge 10.1 into 10.2Marko Mäkelä2019-07-2546-1046/+417
|\ \ | |/
| * 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
* | Merge 10.1 into 10.2Marko Mäkelä2019-07-233-29/+5
|\ \ | |/
| * 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
* | Merge 10.1 into 10.2Marko Mäkelä2019-07-223-10/+13
|\ \ | |/
| * MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-223-10/+13
* | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-0/+1
|\ \ | |/
| * MDEV-20097: Also fix XtraDBMarko Mäkelä2019-07-181-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-0/+5
|\ \ | |/
| * MDEV-13625: Add the test innodb.innodb-wl5980-debugMarko Mäkelä2019-07-181-0/+5
* | Merge 10.1 into 10.2Marko Mäkelä2019-07-181-14/+15
|\ \ | |/
| * MDEV-19978 Page read from tablespace is corruptedThirunarayanan Balathandayuthapani2019-07-111-14/+15
* | Merge 10.1 into 10.2Eugene Kosov2019-07-091-1/+6
|\ \ | |/
| * MDEV-19660: wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a...Jan Lindström2019-07-021-1/+6
* | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-21/+20
|\ \ | |/
| * 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
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-284-86/+79
|\ \ | |/
| * 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
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-137-194/+97
|\ \ | |/
| * 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 10.1 into 10.2Marko Mäkelä2019-05-13376-377/+377
|\ \ | |/
| * 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
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-1016-544/+486
|\ \ \ | |/ /
| * | 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
| * | MDEV-18220: Remove some redundant data structuresMarko Mäkelä2019-05-103-163/+135