summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22021: Galera database could get inconsistent with rollback to savepointbb-10.4-MDEV-22021Daniele Sciascia2020-03-3010-25/+139
* num_worker_threads my_atomic to Atomic_counterSergey Vojtovich2020-03-274-6/+16
* shutdown_group_count my_atomic to Atomic_counterSergey Vojtovich2020-03-271-2/+2
* next_timeout_check my_atomic to std::atomicSergey Vojtovich2020-03-271-9/+14
* Fix for rpl_start_stop_slave failureSergey Vojtovich2020-03-261-1/+1
* MDEV-21887: federatedx crashes on SELECT ... INTO query in select_handler codeSergei Petrunia2020-03-264-24/+57
* dequeued_count my_atomic to Atomic_counterSergey Vojtovich2020-03-253-14/+20
* MDEV-20388 : disable inline assembly in WolfSSL if MSAN is onVladislav Vaintroub2020-03-251-3/+6
* MDEV-19519 mysql_install_db.exe doesn't set password_last_changed for newly c...Vladislav Vaintroub2020-03-251-1/+2
* change from to for adding defaults-file in Spider testsKentoku SHIBA2020-03-254-12/+12
* Fix clang -Wsometimes-uninitializedMarko Mäkelä2020-03-241-1/+2
* MDEV-22020: Fix spider/bugfix.return_found_rows_updateMarko Mäkelä2020-03-241-1/+1
* 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-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
* | | | | Merge branch '10.3' into 10.4Vicențiu Ciorbaru2020-03-183-4/+4
|\ \ \ \ \ | | |/ / / | |/| | |