summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-261-1/+2
* | | MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-258-16/+108
* | | MDEV-17036: BULK with replace doesn't take the first parameter in accountOleksandr Byelkin2019-04-251-1/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-2512-19/+86
|\ \ \ | |/ /
| * | Merge 5.5 into 10.1Marko Mäkelä2019-04-241-0/+1
| |\ \ | | |/
| | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-241-0/+1
| | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-041-7/+8
| * | 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-223-1/+12
| * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-221-0/+2
| * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-221-1/+1
| * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-222-4/+46
| * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-191-0/+2
| * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-171-0/+10
| * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-112-0/+4
| * | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-042-8/+8
* | | MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-241-0/+16
* | | MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y)Igor Babaev2019-04-231-1/+2
* | | copy-paste error fixedSergei Golubchik2019-04-071-1/+1
* | | MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-053-14/+26
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-043-3/+0
|\ \ \ | |/ /
| * | Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-033-5/+1
| * | Remove unused declarationsMarko Mäkelä2019-04-032-16/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+1
|\ \ \ | |/ /
| * | MDEV-18298 Crashes server with segfault during role grantsSergei Golubchik2019-04-021-1/+1
* | | post-merge: -Werror fixes in 10.2Sergei Golubchik2019-03-291-6/+6
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-297-48/+21
|\ \ \ | |/ /
| * | Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-286-27/+5
| * | MDEV-12009: Allow to force kill user threads/query which are flagged as high ...Jan Lindström2019-03-286-5/+27
| * | MDEV-18466 Unsafe to log updates on tables referenced by foreign keys with tr...Sergei Golubchik2019-03-271-0/+4
| * | cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-273-10/+9
| * | Merge branch '5.5' into 10.1Sergei Golubchik2019-03-271-0/+1
| |\ \ | | |/
| | * MDEV-14784: Slave crashes in show_status_array upon running a trigger withSujatha Sivakumar2019-03-271-0/+1
* | | MDEV-13895: GTID and Master_Delay causes excessive initial delaySujatha Sivakumar2019-03-281-6/+0
* | | MDEV-19054 : mysql_upgrade_service now allows MySQL 5.7 to MariaDB 10.2 upgr...Vladislav Vaintroub2019-03-281-1/+1
* | | MDEV-18899: Server crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-03-282-5/+12
* | | Merge 10.1 into 10.2Marko Mäkelä2019-03-272-2/+3
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2019-03-272-2/+3
| |\ \
| | * \ Merge 5.5 into 10.0bb-10.0-mergeMarko Mäkelä2019-03-262-2/+3
| | |\ \ | | | |/
| | | * Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-241-1/+1
| | | * MDEV-17119 replicate_rewrite_db does not work for single chardatabase namesachin2019-03-221-1/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-2/+2
|\ \ \ \ | |/ / /
| * | | Fixup for MDEV-18968Marko Mäkelä2019-03-261-2/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-1/+3
|\ \ \ \ | |/ / /
| * | | Fix cmake -DENABLED_PROFILING=OFFMarko Mäkelä2019-03-261-1/+3
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-266-17/+11
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2019-03-261-1/+1
| |\ \ \ | | |/ /
| | * | Update sql_parse.ccChris Calender2019-03-221-1/+1
| * | | MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-265-16/+10
| * | | Backporting slow log simulation logic details from 10.2 to 10.1Alexander Barkov2019-03-221-2/+5