summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25110 [FATAL] InnoDB: Trying to write ... outside the bounds10.5.9-recoveryfixMarko Mäkelä2021-03-153-1/+33
* MDEV-25031 Not applying INSERT_*_REDUNDANT due to corruption on pageMarko Mäkelä2021-03-152-5/+7
* Merge branch 'bb-10.4-release' into bb-10.5-releasemariadb-10.5.9Sergei Golubchik2021-02-1919-306/+36
|\
| * Merge branch 'bb-10.3-release' into bb-10.4-releasemariadb-10.4.18Sergei Golubchik2021-02-1919-306/+36
| |\
| | * Merge branch 'bb-10.2-release' into bb-10.3-releasemariadb-10.3.28Sergei Golubchik2021-02-1818-314/+31
| | |\
| | | * make @@wsrep_provider and @@wsrep_notify_cmd read-onlymariadb-10.2.37Sergei Golubchik2021-02-1817-313/+24
| | | * don't allocate 64K on the stackSergei Golubchik2021-02-181-3/+7
* | | | MDEV-24917 Page cleaner wrongly remains idlebb-10.5-MDEV-24917Marko Mäkelä2021-02-184-4/+50
* | | | List of unstable tests for 10.5.9 releaseElena Stepanova2021-02-161-538/+422
* | | | galera.galera_gra_log crashesSergei Golubchik2021-02-161-0/+1
* | | | MDEV-24864 Fatal error in buf_page_get_low() / fseg_page_is_free()Marko Mäkelä2021-02-152-6/+12
* | | | update PCRE2 refSergei Golubchik2021-02-151-2/+2
* | | | columnstore 5.5.1-2Sergei Golubchik2021-02-151-0/+0
* | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-15316-3541/+21863
|\ \ \ \ | |/ / /
| * | | updating @@wsrep_cluster_address deadlocksSergei Golubchik2021-02-147-45/+46
| * | | fix a 3-way deadlock in galera_sr.galera-features#56Sergei Golubchik2021-02-121-0/+4
| * | | remove find_thread_with_thd_data_lock_callbackSergei Golubchik2021-02-123-25/+9
| * | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-1211-102/+185
| * | | don't take mutexes conditionallySergei Golubchik2021-02-128-40/+16
| * | | cleanup: THD::abort_current_cond_wait()Sergei Golubchik2021-02-127-86/+33
| * | | List of unstable tests for 10.4.18 releaseElena Stepanova2021-02-121-384/+258
| * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-12309-3328/+21644
| |\ \ \ | | |/ /
| | * | List of unstable tests for 10.3.28 releaseElena Stepanova2021-02-061-180/+101
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-02-0514-306/+500
| | |\ \ | | | |/
| | | * Fix connect engine ppc64 failOlivier Bertrand2021-02-052-7/+7
| | | * Fix of connect engine crashesOlivier Bertrand2021-02-051-0/+2
| | | * Fix of crashes of connect engine.Oleksandr Byelkin2021-02-053-24/+24
| | | * Fix of random crashes of connect engine (probably depend on addresses used)-Oleksandr Byelkin2021-02-051-1/+1
| | | * Fix compiler warnings of the new connect engine.Oleksandr Byelkin2021-02-051-0/+1
| | | * Revert "Fix of warnings on aarch64 like:"Oleksandr Byelkin2021-02-022-5/+5
| | | * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-02-0213-269/+460
| | | |\
| | | | * Fix failed test bson and xmlOlivier Bertrand2021-02-021-1/+7
| | | | * Fix failed test bson and xmlOlivier Bertrand2021-01-303-4/+2
| | | | * Update bson_get_item modified: bsonudf.cppOlivier Bertrand2021-01-291-9/+8
| | | | * Fix decimal problems in bson udf'sOlivier Bertrand2021-01-284-138/+116
| | | | * - Continue BSON developmentOlivier Bertrand2021-01-2813-131/+341
| | * | | galera fixes related to THD::LOCK_thd_killSergei Golubchik2021-02-021-0/+6
| | * | | mergeSergei Golubchik2021-02-022-3/+7
| | * | | galera fixes related to THD::LOCK_thd_killSergei Golubchik2021-02-024-7/+22
| | * | | main.mysqldump test isn't that bigSergei Golubchik2021-02-012-19/+1
| | * | | CONNECT: compiler warningsSergei Golubchik2021-02-016-13/+23
| | * | | sync changes in oracle parserOleksandr Byelkin2021-02-011-39/+43
| | * | | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-01261-3009/+20989
| | |\ \ \ | | | |/ /
| | | * | List of unstable tests for 10.2.37 releaseElena Stepanova2021-02-011-183/+111
| | | * | Skip TokuDB within autobake-deb.shVicențiu Ciorbaru2021-01-292-5/+6
| | | * | fix of warning on windowsOleksandr Byelkin2021-01-292-2/+2
| | | * | Fix of warnings on aarch64 like:Oleksandr Byelkin2021-01-292-5/+5
| | | * | fix warnings returned by gcc v10.0Oleksandr Byelkin2021-01-295-9/+12
| | | * | Merge remote-tracking branch 'connect/10.2' 10.2Oleksandr Byelkin2021-01-2994-2184/+18357
| | | |\ \ | | | | |/
| | | | * Fix some Json and Bson bugsOlivier Bertrand2021-01-204-6/+29