summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-05-2990-471/+1991
|\
| * MDEV-19541: Avoid infinite loop of reading a corrupted pageMarko Mäkelä2019-05-295-31/+53
| * Speed up buildbot by requiring --big-test for some slow testsMarko Mäkelä2019-05-2916-0/+33
| * MDEV-19541: Add a forgotten test caseMarko Mäkelä2019-05-295-2/+75
| * MDEV-19587 innodb_force_recovery=5 crash on DROP SCHEMAMarko Mäkelä2019-05-283-18/+25
| * MDEV-19602 Replace mysql_version check with frm_version for virtual columns ...Thirunarayanan Balathandayuthapani2019-05-281-1/+1
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-2837-297/+1498
| |\
| | * MDEV-19614: Fix innodb_plugin on WindowsMarko Mäkelä2019-05-281-4/+4
| | * Merge 5.5 into 10.1Marko Mäkelä2019-05-2812-91/+802
| | |\
| | | * MDEV-18479 Assertion `join->best_read < double(1.79769313486231570815e+308L)'Igor Babaev2019-05-275-79/+772
| | | * make CPACK_RPM_DEBUGINFO_PACKAGE configurable from the command-lineSergei Golubchik2019-05-221-1/+1
| | | * MDEV-17799 Add ASAN-poisoned redzones for MEM_ROOTSergei Golubchik2019-05-201-5/+6
| | | * MDEV-17799 Add ASAN-poisoned redzones for MEM_ROOT and mem_heap_tEugene Kosov2019-05-202-1/+9
| | | * MDEV-18896 Crash in convert_join_subqueries_to_semijoins : CorrectionIgor Babaev2019-05-195-1/+12
| | * | MDEV-19614 SET GLOBAL innodb_ deadlock due to LOCK_global_system_variablesMarko Mäkelä2019-05-286-144/+152
| | * | MDEV-6812: Remove the wrapper my_log2f()Marko Mäkelä2019-05-282-28/+6
| | * | Mention the sample IPv4 address 10.0.0.1Marko Mäkelä2019-05-286-12/+12
| | * | MDEV-17948 Assertion `thd_killed(thd) || !m_active_tranxs ..Andrei Elkin2019-05-242-17/+25
| | * | MDEV-19258 RIGHT JOIN hangs in MariaDBIgor Babaev2019-05-234-5/+416
| | * | Stale files cause intermittent failure when ordering is unfortunateRobert Bindar2019-05-221-0/+4
| | * | MDEV-17752: Plan changes from hash_index_merge to index_merge with new optimi...Varun Gupta2019-05-214-2/+69
| | * | MDEV-19537: Document mysqlimport option ignore-foreign-keysIan Gilfillan2019-05-211-1/+17
| * | | MDEV-19509 InnoDB skips the tablespace in rotation listThirunarayanan Balathandayuthapani2019-05-283-50/+67
| * | | MDEV-19541 InnoDB crashes when trying to recover a corrupted pageThirunarayanan Balathandayuthapani2019-05-287-27/+88
| * | | MDEV-19027 create_table_def fails when virtual column is present between stor...Thirunarayanan Balathandayuthapani2019-05-271-3/+8
| * | | RocksDB: use crc32c optimised version for POWERDaniel Black2019-05-271-0/+25
| * | | MDEV-14192: mariabackup.incremental_backup failed in buildbot with Failing as...Vlad Lesin2019-05-241-33/+31
| * | | Declare INFORMATION_SCHEMA.INNODB_SYS_VIRTUAL stableMarko Mäkelä2019-05-241-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-211-2/+10
| |\ \ \ | | |/ /
| | * | Better comment from Monty for code in make_join_selectSergei Petrunia2019-05-171-2/+10
| | * | MDEV-16021: galera mtr test galera_evs_suspect_timeout crashedJan Lindström2019-05-172-25/+44
| | * | MDEV-13549: Timeout in wait_condition.inc for PROCESSLISTJan Lindström2019-05-173-29/+18
| | * | MDEV-17061: Test failure on galera.galera_gcs_fc_limitJan Lindström2019-05-173-29/+29
| * | | Fixed monitor.test to handle statistics >= 10Monty2019-05-212-27/+21
| * | | MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-05-201-0/+1
| * | | Remove UT_NOT_USEDMarko Mäkelä2019-05-205-41/+7
| * | | MDEV-19076: rpl_parallel_temptable result mismatch '-33 optimistic'Sujatha2019-05-203-1/+47
| * | | MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-05-192-6/+11
| * | | MDEV-16021: galera mtr test galera_evs_suspect_timeout crashedJan Lindström2019-05-172-25/+48
| * | | MDEV-13549: Timeout in wait_condition.inc for PROCESSLISTJan Lindström2019-05-173-29/+18
| * | | MDEV-17061: Test failure on galera.galera_gcs_fc_limitJan Lindström2019-05-173-29/+29
* | | | Simplified away READ_RECORD::struct_lengthEugene Kosov2019-05-282-9/+9
* | | | Simplified away READ_RECORD::cache_recordsEugene Kosov2019-05-282-12/+11
* | | | Cleanup unused READ_RECORD::indexEugene Kosov2019-05-282-3/+0
* | | | Cleanup unused READ_RECORD::formsEugene Kosov2019-05-283-4/+0
* | | | Fixed wrong reset of join_cache_level in join_outer*testMonty2019-05-273-26/+29
* | | | MDEV-17458 Unable to start galera nodeDaniele Sciascia2019-05-211-46/+112
* | | | Non-functional change: Remove #ifdef UNIV_DEBUGMarko Mäkelä2019-05-201-4/+2
* | | | MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-205-14/+47
* | | | MDEV-18512 using DATETIME(6) as row_start/row_end crashes serverEugene Kosov2019-05-204-3/+17