summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2019-03-2912-66/+40
|\
| * 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
* | | | MDEV-16252: MINIMAL binlog_row_image does not work for versioned tablesNikita Malyavin2019-03-291-0/+1
* | | | MDEV-15951 system versioning by trx id doesn't work with partitioningSergei Golubchik2019-03-291-2/+2
* | | | MDEV-15951 system versioning by trx id doesn't work with partitioningNikita Malyavin2019-03-297-49/+36
* | | | MDEV-15412 For any non-existing transaction ID, AS OF provides the current ta...Aleksey Midenkov2019-03-292-3/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-272-2/+3
|\ \ \ \ | |/ / /
| * | | 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.2 into 10.3Marko Mäkelä2019-03-261-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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.2 into 10.3Marko Mäkelä2019-03-266-18/+14
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-253-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-233-3/+3
* | | | | remove dead codeEugene Kosov2019-03-221-3/+0
* | | | | remove unused methodEugene Kosov2019-03-221-1/+0
* | | | | remove unused argumentEugene Kosov2019-03-223-7/+4
* | | | | remove dead codeEugene Kosov2019-03-221-5/+0
* | | | | cleanup TABLE_SHAREEugene Kosov2019-03-222-14/+1
* | | | | remove dead codeEugene Kosov2019-03-222-9/+0
* | | | | remove dead codeEugene Kosov2019-03-221-14/+0
* | | | | remove dead codeEugene Kosov2019-03-224-20/+2
* | | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-225-6/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-225-44/+40
| |\ \ \ \ | | |/ / /
| | * | | Fix USE_AFTER_FREE (CWE-672)FaramosCZ2019-03-221-1/+0
| | * | | Merge 10.0 into 10.1Marko Mäkelä2019-03-211-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 5.5 into 10.0Marko Mäkelä2019-03-211-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-18896 Crash in convert_join_subqueries_to_semijoinsIgor Babaev2019-03-141-1/+1
| | * | | Fixing "mtr func_math" failure in the test for MDEV-17643Alexander Barkov2019-03-201-2/+3