summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.5 into 10.1Marko Mäkelä2019-08-121-1/+1
|\
| * Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-121-1/+3
| * 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/+34
* | 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-233/+10
* | Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-2422-142/+78
* | 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/+144
* | MDEV-14154: Document some time_t fields betterMarko Mäkelä2019-07-242-3/+7
* | Always initialize trx_t::start_time_microMarko Mäkelä2019-07-244-13/+15
* | Remove ut_usectime(), ut_gettimeofday()Marko Mäkelä2019-07-244-162/+19
* | 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-116/+47
* | Remove unused ut_get_year_month_day()Marko Mäkelä2019-07-242-46/+1
* | 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-20127 Merge new release of InnoDB 5.6.45 to 10.1Marko Mäkelä2019-07-231-1/+1
* | MDEV-20102 Phantom InnoDB table remains after interrupted CREATE...SELECTMarko Mäkelä2019-07-223-9/+13
* | MDEV-20097 potential use-after-freeEugene Kosov2019-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-16/+16
* | MDEV-19660: wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a...Jan Lindström2019-07-021-1/+6
* | imporve clang buildEugene Kosov2019-06-251-1/+1
* | Merge 5.5 into 10.1Eugene Kosov2019-06-201-10/+0
|\ \ | |/
| * MDEV-13631 Make use of clang-formatEugene Kosov2019-06-121-10/+0
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-0/+10
|\ \ | |/
| * MDEV-13631 Make use of clang-formatEugene Kosov2019-05-301-0/+10
* | 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-19/+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-1116-16/+16
|\ \ | |/
| * Update FSF AddressVicențiu Ciorbaru2019-05-11248-248/+248
* | Update FSF addressVicențiu Ciorbaru2019-05-11311-312/+312
* | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1144-44/+44
|\ \ | |/
| * 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
* | MDEV-18220: Remove some redundant data structuresMarko Mäkelä2019-05-103-163/+135
* | MDEV-19399 do not call slow my_timer_init() several timesEugene Kosov2019-05-101-18/+16
* | MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-091-0/+4