summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'codership-10.5-MDEV-21988' into 10.5bb-10.5-MDEV-21988Jan Lindström2020-03-231-0/+22
|\
| * Merge branch '10.5-MDEV-21988' of https://github.com/codership/mariadb-server...Jan Lindström2020-03-231-0/+22
| |\ |/ /
| * MDEV-21988: Assertion failure mysqld: bool trans_commit_stmt(THD*): Assertion...mkaruza2020-03-231-0/+22
* | fix a nondeterminism in perfschema.statement_program_non_nested testSergei Golubchik2020-03-232-4/+2
* | Minor buffer pool cleanupMarko Mäkelä2020-03-232-94/+55
* | MDEV-21962: Minor cleanupMarko Mäkelä2020-03-232-18/+7
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-2322-75/+76
|\ \
| * | MDEV-21792 Server aborts upon attempt to create foreign key on spatial fieldThirunarayanan Balathandayuthapani2020-03-234-2/+18
| * | Cleanup my_atomic.h includesSergey Vojtovich2020-03-218-8/+0
| * | global_query_id: my_atomic to Atomic_counterSergey Vojtovich2020-03-212-5/+4
| * | tc_active_instances: my_atomic to std::atomicSergey Vojtovich2020-03-213-15/+24
| * | Discovery counters: my_atomic to Atomic_counterSergey Vojtovich2020-03-211-6/+6
| * | gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-214-30/+18
| * | default_gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-213-10/+7
* | | MDEV-21303 postfixesVladislav Vaintroub2020-03-232-4/+4
| |/ |/|
* | MDEV-21303 Make executables MariaDB namedSergei Golubchik2020-03-2118-37/+36
* | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-2137-662/+367
* | MDEV-742: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-03-211-2/+2
* | Correct a resultMarko Mäkelä2020-03-211-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2020-03-2193-2906/+3019
|\ \ | |/
| * MDEV-21675: Data inconsistency after multirow insert rollback (#1474)Daniele Sciascia2020-03-2112-67/+484
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-2081-2806/+2793
| |\
| | * MDEV-21959: Fix a type mismatch on 64-bit systemsMarko Mäkelä2020-03-201-1/+1
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-2081-2811/+2791
| | |\
| | | * MDEV-14431: Fix ulong/ulonglong type mismatchMarko Mäkelä2020-03-201-1/+3
| | | * MDEV-21549: Clean up the import/export testsMarko Mäkelä2020-03-208-2244/+1478
| | | * MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pagesMarko Mäkelä2020-03-201-0/+17
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-03-207-31/+116
| | | |\
| | | | * MDEV-21977 main.func_math fails due to undefined behaviourbb-10.1-vicentiu-pristeneAlexander Barkov2020-03-204-23/+107
| | | | * mtr: update heuristics for --parallel=autoSergei Golubchik2020-03-141-4/+1
| | | | * all status variables above `questions` MUST be ulongSergei Golubchik2020-03-142-6/+6
| | | * | MDEV-21981 Replace arithmetic + with bitwise OR when possibleMarko Mäkelä2020-03-197-123/+130
| | | * | MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-198-42/+27
| | | * | MDEV-13626: Clean up the buffer pool resizing tests from MySQL 5.7Marko Mäkelä2020-03-195-67/+42
| | | * | MDEV-13626: Import and adjust buffer pool resizing tests from MySQL 5.7Marko Mäkelä2020-03-199-0/+640
| | | * | MDEV-14057: Fix some testsMarko Mäkelä2020-03-193-7/+17
| | | * | MDEV-14057 InnoDB GIS tests fail.Alexey Botchkov2020-03-1819-257/+282
| | | * | MDEV-21826 Recovery failure : loop of Read redo log up to LSNThirunarayanan Balathandayuthapani2020-03-183-24/+10
| | | * | new (fixed) version of CC.Oleksandr Byelkin2020-03-181-0/+0
| | | * | MDEV-20370 Crash after OPTIMIZE TABLE on TEMPORARY TABLEMarko Mäkelä2020-03-173-21/+32
| | | * | MDEV-14808 innodb_fts.sync fails in buildbot with wrong resultThirunarayanan Balathandayuthapani2020-03-172-9/+11
| | | * | MDEV-21959 GIS error message doesn't show the wrong value, just the type.Alexey Botchkov2020-03-175-8/+16
| | | * | MDEV-10570: Fix -Wmaybe-uninitializedMarko Mäkelä2020-03-171-11/+4
| | | * | innodb: fix typo in function descriptionPetr Vaněk2020-03-161-2/+2
| * | | | MDEV-21979 Galera test sporadic failure on galera_3nodes.galera_pc_weight (#1...seppo2020-03-202-0/+11
| * | | | Test fixes for galera_3nodes suite.Jan Lindström2020-03-203-0/+19
| * | | | Fix test case name and add debug sync include.bb-10.4-MDEV-MDEV-20616Jan Lindström2020-03-192-1/+2
| * | | | Merge branch 'codership-10.4-MDEV-19966' into 10.4Jan Lindström2020-03-195-3/+363
| |\ \ \ \
| | * \ \ \ Merge branch '10.4-MDEV-19966' of https://github.com/codership/mariadb-server...Jan Lindström2020-03-195-3/+363
| | |\ \ \ \ | |/ / / / /
| | * | | | MDEV-20616: MariaDB-Galera 10.4.8 | Transaction aborted | Sig 6 Shutdownmkaruza2020-03-035-3/+363