summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable some failing tests (FIXME)10.8-MDEV-14425Marko Mäkelä2021-12-032-0/+3
* Fix log block wrap-aroundMarko Mäkelä2021-12-031-25/+6
* Allow the log end right at recv_sys.buf EOFMarko Mäkelä2021-12-031-3/+2
* "Fix" the backup buildMarko Mäkelä2021-12-031-9/+3
* Recover the correct checkpoint LSN for empty logMarko Mäkelä2021-12-031-0/+1
* Add a debug assertionMarko Mäkelä2021-12-031-0/+1
* Fix encryption.debug_key_managementMarko Mäkelä2021-12-032-22/+19
* Fix innodb.log_file_sizeMarko Mäkelä2021-12-031-0/+3
* MergeMarko Mäkelä2021-12-031-0/+11
|\
| * MDEV-27111 atomic.rename_table test case failsbb-10.6-MDEV-27111Thirunarayanan Balathandayuthapani2021-12-031-0/+12
* | Fix innodb.blob-crash a little moreMarko Mäkelä2021-12-032-28/+36
* | Work around unaligned access to redo logMarko Mäkelä2021-12-031-3/+1
* | Fix non-debug buildMarko Mäkelä2021-12-031-1/+2
* | MDEV-14425 WIP: arbitrary-size log formatMarko Mäkelä2021-12-0330-1816/+1907
* | Merge 10.7 into 10.8Marko Mäkelä2021-12-026-104/+34
|\ \
| * \ Merge 10.6 into 10.7Marko Mäkelä2021-12-026-104/+34
| |\ \ | | |/
| | * MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferbb-10.6-MDEV-27014Thirunarayanan Balathandayuthapani2021-12-013-4/+5
| | * MDEV-27014 InnoDB fails to restore page 0 from the doublewrite bufferThirunarayanan Balathandayuthapani2021-11-293-11/+26
| | * Make the Optimizer Trace of reqular query and PS EXECUTE be identicalbb-10.6-spetruniaSergei Petrunia2021-11-293-93/+9
* | | MDEV-27154 allkeys.txt based tests for Unicode-4.0.0 and 5.2.0bb-10.8-barAlexander Barkov2021-12-027-0/+38031
* | | Merge 10.7 into 10.8Marko Mäkelä2021-11-2932-94/+623
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2021-11-2932-94/+623
| |\ \ | | |/
| | * Merge 10.5 into 10.6Marko Mäkelä2021-11-2929-88/+617
| | |\
| | | * 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
| | * | | | | Fix MSVC warning C4819 when system codepage is set to UTF-8.Vladislav Vaintroub2021-11-281-3/+3
| | * | | | | Windows : fix clang-cl build.Vladislav Vaintroub2021-11-283-3/+3
* | | | | | | MDEV-27042 fixup: GCC 11 -Og -Wmaybe-uninitializedMarko Mäkelä2021-11-291-1/+1
* | | | | | | MDEV-27036: unittest JSON object member name collisionSergei Krivonos2021-11-261-0/+18
* | | | | | | MDEV-27036: add assert to detect duplicated JSON keysSergei Krivonos2021-11-262-1/+27
* | | | | | | MDEV-27036: resolve duplicated key issues of JSON tracing outputs:Sergei Krivonos2021-11-2639-17328/+22602
* | | | | | | Json_writer_object add integersSergei Krivonos2021-11-261-1/+1
* | | | | | | MDEV-27036: temporarily disable my_json_writer-t testSergei Krivonos2021-11-261-3/+3