summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-04-2588-341/+1761
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-2560-287/+1130
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-04-2556-114/+1186
| | |\
| | | * Merge 5.5 into 10.1Marko Mäkelä2019-04-2420-38/+495
| | | |\
| | | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-2415-71/+481
| | | | * MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-241-0/+2
| | | | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-234-10/+78
| | | | * Fix the linking of async_exampleMarko Mäkelä2019-04-231-2/+2
| | | * | MDEV-9465 The constructor StringBuffer(const char *str, size_t length, const ...Alexander Barkov2019-04-231-5/+0
| | | * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-226-1/+204
| | | * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-223-0/+12
| | | * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-225-7/+7
| | | * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-224-4/+108
| | | * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-193-0/+41
| | | * | MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, w...Sergei Petrunia2019-04-184-17/+92
| | | * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-173-0/+39
| | | * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-114-0/+57
| | | * | MDEV-19172 Reorder fields in PFS_events and PFS_events_waits to speed up memc...Eugene Kosov2019-04-052-23/+23
| | | * | Merge branch '5.5' into 10.1Vladislav Vaintroub2019-04-040-0/+0
| | | |\ \ | | | | |/
| | | | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-043-7/+34
| | | * | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-044-8/+33
| | | * | MDEV-19169: Add --defaults-group-suffix option to mysql_install_db man pageIan Gilfillan2019-04-041-2/+17
| | * | | MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-243-0/+38
| | * | | MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y)Igor Babaev2019-04-233-1/+29
| | * | | Do fast exit with error code and FATAL ERROR message, if innodb cannot start ...Vladislav Vaintroub2019-04-231-3/+1
| | * | | Remove IBUF_COUNT_DEBUGMarko Mäkelä2019-04-197-189/+7
| * | | | MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-213-1/+162
| * | | | Backporting from 10.4 to 10.3: MDEV-17325 NULL-ability problems with LEAST() ...Alexander Barkov2019-04-206-1/+309
| * | | | MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabl...Andrei Elkin2019-04-195-19/+38
| * | | | MDEV-18092 Query with the table I_S.PARAMETERS stop working after a package i...Alexander Barkov2019-04-183-1/+73
* | | | | trans_xa_detach() frameworkSergey Vojtovich2019-04-253-23/+56
* | | | | Move XID_STATE::xid to XID_cache_elementSergey Vojtovich2019-04-254-85/+82
* | | | | Moved normal transaction xid to implicit_xidSergey Vojtovich2019-04-257-16/+26
* | | | | Move XID_STATE::xa_state to XID_cache_elementSergey Vojtovich2019-04-252-27/+30
* | | | | Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-259-80/+56
* | | | | Move XID_STATE::rm_error to XID_cache_elementSergey Vojtovich2019-04-255-35/+33
* | | | | Just move, no code changes otherwise.Sergey Vojtovich2019-04-2511-831/+872
* | | | | MDEV-19317 TEXT column accepts too long literals as a default valueAlexander Barkov2019-04-255-32/+137
* | | | | MDEV-9234 Add Type_handler::union_element_finalize()10.4-stagingAlexander Barkov2019-04-233-5/+27
* | | | | MDEV-19245: Impossible WHERE should be noticed earlier after HAVING pushdownbb-10.4-galinaGalina Shalygina2019-04-225-12/+89
* | | | | MDEV-19255 Server crash in st_join_table::save_explain_data or assertionIgor Babaev2019-04-195-8/+237
* | | | | MDEV-19224 Assertion `marked_for_read()' failedMonty2019-04-193-1/+17
* | | | | MDEV-19252 Problem with DBUG_ASSERT_AS_PRINTF and marked_for_write()Monty2019-04-194-7/+28
* | | | | Fixed compiler warnings form gcc 7.3.1Monty2019-04-198-21/+29
* | | | | MDEV-19283 Move the code from Field_str::is_equal() to Field_string::is_equal()Alexander Barkov2019-04-192-8/+14
* | | | | MDEV-19266: Crash in EITS code when enabling 128 indexesbb-10.4-mdev19266Sergei Petrunia2019-04-181-1/+5
* | | | | Avoid DROP DATABASE testMarko Mäkelä2019-04-1812-30/+56
* | | | | MDEV-19274 mariadb does not build on OSes that do not have HAVE_POOL_OF_THREADSbb-10.4-aix-build-fixVladislav Vaintroub2019-04-183-6/+22
* | | | | MDEV-19164 Assertion `fixed' failed in Item_func_inet_aton::val_intIgor Babaev2019-04-174-5/+117
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-1717-59/+516
|\ \ \ \ \ | |/ / / /