summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26919: binlog.binlog_truncate_active_log fails in bb with valgrind, Cond...bb-10.5-MDEV-26919Brandon Nesterenko2021-12-221-1/+2
* MDEV-27307 main.ctype_utf8mb4_uca_allkeys tests fail with Valgrind/MSANAlexander Barkov2021-12-213-1/+86
* MDEV-24788: mariadbd --help Can't lock aria control fileDaniel Black2021-12-163-12/+3
* MDEV-27181: Galera SST scripts should use ssl_capath for CA directorybb-10.5-MDEV-27181-galeraJulius Goryavsky2021-12-1419-258/+1172
* Fix a test for cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2021-12-111-0/+1
* enable rpl_parallel2 test, as MDEV-23089 is fixedforkfun2021-12-081-1/+0
* BUG#31761802 STATISTICS ANY QUERIES USING VIEWS ARE SUMMARIZED TOGETHER WITH ...Sergei Golubchik2021-12-072-0/+220
* require system pcre2 in rpmsSergei Golubchik2021-12-071-3/+1
* ColumnStore and S3 SUMMARY/DESCRIPTION for RPMSergei Golubchik2021-12-072-0/+5
* Merge branch '10.4' into 10.5Sergei Golubchik2021-12-079-5/+89
|\
| * Merge branch '10.3' into 10.4Sergei Golubchik2021-12-0711-10/+98
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-12-069-8/+92
| | |\
| | | * fix srpm builds after fe065f8d90b0Sergei Golubchik2021-12-061-1/+2
| | | * fix ./mtr --manual warning after f5441ef4dac9Sergei Golubchik2021-12-061-1/+1
| | | * MDEV-27088: lf unit tests - cycles insufficientMartin Beck2021-11-301-1/+1
| | | * MDEV-27088: Server crash on ARM (WMM architecture) due to missing barriers in...Martin Beck2021-11-302-5/+9
| | | * MDEV-26553 NOT IN subquery construct crashing 10.1 and upIgor Babaev2021-11-264-1/+78
| | * | MDEV-21108 Add option for setting install paths of groongabb-10.3-robertLukas Javorsky2021-12-022-2/+6
* | | | MDEV-27190 InnoDB upgrade from 10.2, 10.3, 10.4 is not crash-safeMarko Mäkelä2021-12-071-1/+3
* | | | MDEV-27183 optimize std::map lookup in during crash recoverybb-10.5-MDEV-27183-map-lookup-recoveryEugene Kosov2021-12-072-11/+13
* | | | cleanup: reduce code bloatbb-10.5-kevgsEugene Kosov2021-12-062-61/+60
* | | | Correct some commentsMarko Mäkelä2021-12-032-5/+4
* | | | MDEV-27139 32-bit systems fail to use big innodb-log-file-sizeEugene Kosov2021-12-031-3/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-12-0324-187/+182
|\ \ \ \ | |/ / /
| * | | MDEV-27160 Out of memory in main.long_uniquest-10.4-markoMarko Mäkelä2021-12-034-70/+66
| * | | Use mysqladmin ping instead of pid filesChristopher Odenbach2021-12-031-2/+2
| * | | Fix logrotate problem with twice configured pid-file optionChristopher Odenbach2021-12-031-1/+1
| * | | Fix bad galera testsJan Lindström2021-12-0118-112/+100
| * | | Make the Optimizer Trace of reqular query and PS EXECUTE be identicalbb-10.4-spetruniaSergei Petrunia2021-11-291-0/+9
* | | | MDEV-12353 fixup: Correct a commentMarko Mäkelä2021-12-011-2/+2
* | | | MDEV-27088: Server crash on ARM (WMM architecture) due to missing barriers in...Martin Beck2021-11-302-7/+12
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-11-2931-86/+529
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-11-2929-87/+346
| |\ \ \ | | |/ /
| | * | MDEV-27134: Sporadic failure of DROP DATABASE testMarko Mäkelä2021-11-292-4/+6
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-11-2940-99/+897
| | |\ \ | | | |/
| | | * MDEV-26972 MTR worker aborts after server restart failureSergei Golubchik2021-11-261-2/+4
| | | * MDEV-26755 innodb.undo_truncate: ilink::assert_linked(): Assertion `prev != 0...Sergei Golubchik2021-11-261-2/+0
| | | * add a test casest-10.2-markoSergei Golubchik2021-11-262-0/+8
| | | * MDEV-26558 Fix a deadlock due to cyclic dependencebb-10.2-robertryancaicse2021-11-241-1/+1
| | | * mysql_install_db: remove MySQL referencesDaniel Black2021-11-241-4/+2
| | | * MDEV-27066: Fixed scientific notation parsing bugMarc Olivier Bergeron2021-11-243-2/+78
| | | * MDEV-22522 RPM packages have meaningless summary/descriptionbb-10.2-MDEV-22522Alexey Bychko2021-11-2310-47/+60
| | | * MDEV-26915: SST scripts do not take log_bin_index setting into accountbb-10.2-MDEV-26915-galeraJulius Goryavsky2021-11-237-10/+105
| | | * MDEV-26064: mariabackup SST fails when starting with --innodb-force-recoveryJulius Goryavsky2021-11-238-2/+463
| | | * MDEV-26470 "No database" selected when using CTE in a subquery of DELETE stat...Igor Babaev2021-11-203-0/+49
| | | * MDEV-27086 "No database selected" when using UNION of CTEs to define tableIgor Babaev2021-11-203-4/+53
| | | * MDEV-27098 Subquery using the ALL keyword on TIME columns produces a wrong re...bb-10.2-barAlexander Barkov2021-11-204-2/+46
| | | * MDEV-27072 Subquery using the ALL keyword on date columns produces a wrong re...Alexander Barkov2021-11-203-1/+22
| | | * MDEV-27075 mysql_upgrade_service.exe - using uninitialized memory 'defaults_f...Vladislav Vaintroub2021-11-181-19/+0
| * | | MDEV-27124: Update definer of Add/DropGeometryColumn procedures from 'root' t...Hugo Wen2021-11-263-0/+194