summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20753: Sequence with limit 0 crashes serverbb-10.3-MDEV-20753Oleksandr Byelkin2019-10-043-1/+14
* Cleanup mman.h includesSergey Vojtovich2019-10-0214-39/+0
* MDEV-20684: innodb/query cache use madvise CORE/NOCORE on FreeBSDDaniel Black2019-10-023-4/+18
* Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-0121-53/+339
|\
| * Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-0110-9/+281
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-10-013-8/+50
| | |\
| | | * MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-013-8/+50
| | * | MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-306-0/+244
| | * | chkconfig in RPM server scriptletsSergei Golubchik2019-09-271-1/+1
| | * | MDEV-20614: Syntax error, and option put in wrong placeJulius Goryavsky2019-09-261-2/+3
| * | | MDEV-20647 Fix and enable SphinxSE testsRobert Bindar2019-09-303-4/+33
| * | | Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-308-39/+23
| * | | MDEV-20614: Syntax error, and option put in wrong placeJulius Goryavsky2019-09-271-2/+3
* | | | MDEV-19628 JSON with starting double quotes key is not valid.Alexey Botchkov2019-09-301-1/+4
* | | | MDEV-19628 JSON with starting double quotes key is not valid.Alexey Botchkov2019-09-304-1/+25
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-2716-136/+67
|\ \ \ \ | |/ / /
| * | | MDEV-20688 Recovery crashes after unnecessarily reading a corrupted pageThirunarayanan Balathandayuthapani2019-09-273-18/+22
| * | | dict_load_table(): Remove constant parameter cached=trueMarko Mäkelä2019-09-277-32/+14
| * | | Reduce rw_lock_debug_mutex contentionMarko Mäkelä2019-09-271-2/+22
| * | | Remove a useless large test, and add a debug assertionMarko Mäkelä2019-09-274-77/+1
| * | | MDEV-19740: Fix GCC 9.2.1 -Wmaybe-uninitialized on AMD64Marko Mäkelä2019-09-276-22/+13
* | | | Fix GCC 9 -Wmaybe-uninitializedMarko Mäkelä2019-09-261-8/+9
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-266-103/+68
|\ \ \ \ | |/ / /
| * | | MDEV-19514 preparation: Extend innodb.innodb-change-buffer-recoveryMarko Mäkelä2019-09-263-32/+46
| * | | MDEV-20675 Crash in SHOW ENGINE INNODB STATUS with innodb_force_recovery=5Marko Mäkelä2019-09-261-0/+5
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-09-262-71/+17
| |\ \ \ | | |/ /
| | * | Speed up main.sum_distinct-bigMarko Mäkelä2019-09-252-71/+17
* | | | MDEV-20675 Crash in SHOW ENGINE INNODB STATUS with innodb_force_recovery=5Marko Mäkelä2019-09-261-2/+6
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-09-2435-60/+268
|\ \ \ \ | |/ / /
| * | | Fixing tests according to MDEV-20655 maturity stable for user_variablesAlexander Barkov2019-09-241-1/+1
| * | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-09-2433-44/+257
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-09-2433-44/+257
| | |\ \ | | | |/
| | | * MDEV-20495 Assertion `precision > 0' failed in decimal_bin_size upon CREATE ....Alexander Barkov2019-09-2411-7/+222
| | | * Update mysqld_safe.sh - introduce defaults-group-suffix handlingrantal2019-09-211-1/+4
| | | * MDEV-4968 Old advices in mysql-log-rotate scriptchriscalender2019-09-211-5/+5
| | | * Fix spelling mistakes in MyISAM code commentsIan Gilfillan2019-09-2019-29/+29
| | | * MDEV-20596 Configure fails with newer CMakeRyan Coe2019-09-201-2/+2
| * | | MDEV-20655 maturity stable for user_variablesRasmus Johansson2019-09-241-1/+1
* | | | Remove --basedir arg from systemd startup scriptsVicențiu Ciorbaru2019-09-242-7/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-244-70/+6
|\ \ \ \ | |/ / /
| * | | Remove the unused function btr_page_get()Marko Mäkelä2019-09-242-60/+1
| * | | Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-2312-186/+85
* | | | Remove Field::is_stat_field completelyMichael Widenius2019-09-232-4/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-2390-555/+1022
|\ \ \ \ | |/ / /
| * | | After-merge fix: Adjust a resultMarko Mäkelä2019-09-231-6/+6
| * | | MDEV-17614 post-fix: Remove dead dup_chk_only=true code.Marko Mäkelä2019-09-234-56/+20
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-09-239-16/+81
| |\ \ \ | | |/ /
| | * | MDEV-18094: Query with order by limit picking index scan over filesortVarun Gupta2019-09-216-9/+62
| | * | MDEV-19207 systemd service: add instance name in descriptionChristian Hesse2019-09-211-1/+1
| | * | MDEV-19211 Fix mysqld_safe --dry-runVicențiu Ciorbaru2019-09-211-1/+7