summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix LEX_CSTRING passed as argument of printf-like functionsbb-10.3-nikita-fix-printfsNikita Malyavin2019-06-133-3/+3
* Merge 10.2 into 10.3Jan Lindström2019-06-122-5/+0
|\
| * MDEV-19736: Galera test failure onJan Lindström2019-06-122-5/+0
* | Merge 10.2 into 10.3Marko Mäkelä2019-06-1146-128/+612
|\ \ | |/
| * MDEV-19725 Incorrect error handling in ALTER TABLEMarko Mäkelä2019-06-106-23/+32
| * MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSONbb-10.2-mdev19714Sergei Petrunia2019-06-085-0/+85
| * Fix mysql-test-run.pl to work after d6d5c168cf1Sergei Golubchik2019-06-071-1/+1
| * Fixed typo in Config.pgmMonty2019-06-061-1/+1
| * Support skip-plugin-loadMonty2019-06-061-0/+2
| * Fixed that test suite doesn't remove duplicate optionsMonty2019-06-061-1/+16
| * MDEV-19695 Import tablespace doesn't work with ROW_FORMAT=COMPRESSED encrypte...Thirunarayanan Balathandayuthapani2019-06-064-3/+97
| * fix MDEV-18750: failed to flashback large-size binlog fileZicheng Huang2019-06-053-4/+185
| * MDEV-19541 InnoDB crashes when trying to recover a corrupted pageThirunarayanan Balathandayuthapani2019-06-053-6/+8
| * MDEV-18015: Assertion `global_status_var.global_memory_used == 0' failed when...Varun Gupta2019-06-043-8/+47
| * update a test result, followup fae6539ef72Sergei Golubchik2019-06-031-3/+3
| * Fixed bug in online alter table when not compiled with performance schemaMonty2019-06-033-9/+9
| * Supress some valgrind warningsMonty2019-06-031-0/+20
| * Fixed compiler warningMonty2019-06-031-1/+5
| * Ensure that tests and programs can restore variablesMonty2019-06-034-11/+35
| * Fix plugin linking on WindowsVladislav Vaintroub2019-06-031-1/+1
| * Fix linking error, for GNU linker.Vladislav Vaintroub2019-06-031-1/+1
| * Only link mysys_ssl when required.Vladislav Vaintroub2019-06-035-8/+8
| * MDEV-18207: ASAN heap-use-after-free in _ma_get_status upon concurrent operat...Vlad Lesin2019-05-311-2/+5
| * Define page_id_t in buf0types.hMarko Mäkelä2019-05-312-71/+71
| * Lintian complains about script-not-executableSergey Vojtovich2019-05-301-2/+0
| * Add missing script headerFaustin Lammler2019-05-307-0/+14
* | MDEV-19698: Cleanup READ_RECORD::recordOleksandr Byelkin2019-06-075-20/+15
* | MDEV-19600: The optimizer should be able to produce rows=1 estimate for uniqu...bb-10.3-mdev19600Sergei Petrunia2019-06-0511-37/+276
* | Fixed c++11 narrowing error in table.ccMonty2019-05-291-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-293-3/+3
|\ \ | |/
| * MDEV-19541: Suppress an error also on WindowsMarko Mäkelä2019-05-293-3/+3
* | 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