summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27943 Reduce overhead of attaching THD to OS thread, in threadpoolbb-10.6-wladVladislav Vaintroub2022-10-111-8/+46
* galera crashes in debug buildsSergei Golubchik2022-10-071-5/+4
* MDEV-29710: Disable a timing-sensitive test on ValgrindMarko Mäkelä2022-10-061-0/+1
* Simplify purge a littleMarko Mäkelä2022-10-062-51/+34
* MDEV-22718: purge_sys.low_limit_no() is not protectedMarko Mäkelä2022-10-062-7/+10
* Cleanup: Add missing constMarko Mäkelä2022-10-062-13/+8
* MDEV-29612 ReadViewBase::snapshot() misses an optimizationMarko Mäkelä2022-10-062-1/+15
* MDEV-29590 Deadlock between ibuf_insert_to_index_page_low() and DDLMarko Mäkelä2022-10-061-1/+4
* MDEV-29710: Disable a timing-sensitive test on ValgrindMarko Mäkelä2022-10-061-0/+1
* Merge 10.5 into 10.6Marko Mäkelä2022-10-062-0/+4
|\
| * MDEV-29710: Disable a timing-sensitive test on ValgrindMarko Mäkelä2022-10-061-0/+1
| * MDEV-29508 work-around: Disable hanging test on ValgrindMarko Mäkelä2022-10-061-0/+3
* | Merge 10.5 into 10.6Marko Mäkelä2022-10-06117-596/+1034
|\ \ | |/
| * MemorySanitizer: Disable tests that time outMarko Mäkelä2022-10-062-0/+4
| * MDEV-29710: Disable some slow tests on ValgrindMarko Mäkelä2022-10-063-0/+3
| * Merge 10.4 into 10.5Marko Mäkelä2022-10-06108-551/+923
| |\
| | * MDEV-27682: Temporarily disable a failing testMarko Mäkelä2022-10-061-0/+1
| | * MDEV-29710: Skip main.update_use_source on ValgrindMarko Mäkelä2022-10-061-0/+1
| | * MDEV-29710: Skip some more tests on ValgrindMarko Mäkelä2022-10-0517-0/+18
| | * Merge 10.3 into 10.4Marko Mäkelä2022-10-0546-511/+838
| | |\
| | | * MDEV-27927 row_sel_try_search_shortcut_for_mysql() does not latch a page, vio...Vlad Lesin2022-10-0516-267/+160
| | | * MDEV-29710: Valgrind tests massively fail due to silently killing server on s...Marko Mäkelä2022-10-0512-0/+14
| | | * MDEV-29710: Disable main.log_slow under ValgrindMarko Mäkelä2022-10-051-0/+2
| | | * MDEV-29710: Disable sys_vars.innodb_flush_method_func under ValgrindMarko Mäkelä2022-10-051-0/+2
| | | * MDEV-29710: Disable innodb.table_flags under ValgrindMarko Mäkelä2022-10-051-0/+6
| | | * MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual...Marko Mäkelä2022-10-057-212/+178
| | | * MDEV-27682: bundled wsrep_notify.sh causes mariadbd to freeze during startJulius Goryavsky2022-10-048-30/+465
| | | * MDEV-29575 Access to innodb_trx, innodb_locks and innodb_lock_waits along wit...Vlad Lesin2022-10-031-0/+2
| | * | Remove HAVE_SNPRINTFMarko Mäkelä2022-10-056-19/+1
| | * | Disable valgrind for test in main that takes > 200 secondsMonty2022-10-0440-6/+51
| * | | MDEV-29484 Assertion `!trx_free || !trx->locked_connections' failed in spider...Nayuta Yanagisawa2022-10-044-5/+98
* | | | maintainer mode: build with -Wmissing-bracesSergei Golubchik2022-10-052-4/+5
* | | | After-merge fix: clang -Wmissing-bracesMarko Mäkelä2022-10-051-49/+49
* | | | MDEV-29440 fixup: Clean up dict_load_foreigns()Marko Mäkelä2022-10-055-10/+6
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-10-037-23/+181
|\ \ \ \ | |/ / /
| * | | Crash in INSERT...SELECT..RETURNING with subqueryRucha Deodhar2022-10-037-23/+181
* | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-10-02245-2457/+9722
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-02244-2437/+9702
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-01208-2250/+4248
| | |\ \ | | | |/
| | | * cleanup: suppress rocksdb compilation warning, fix a commentSergei Golubchik2022-10-012-2/+4
| | | * compilation errorSergei Golubchik2022-10-012-3/+2
| | | * MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-3016-74/+329
| | | * Better declaration of the buffer sizeOleksandr Byelkin2022-09-302-8/+13
| | | * MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-30144-1909/+2032
| | | * fix sporadic failures on main.killSergei Golubchik2022-09-291-0/+2
| | | * MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-286-35/+1341
| | | * Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-2813-61/+70
| | | * MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge.Alexey Botchkov2022-09-273-5/+126
| | | * MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-2710-74/+165
| | | * MDEV-26852 Spider: -Werror=maybe-uninitialized raises on spd_sys_table.cc and...Nayuta Yanagisawa2022-09-262-6/+9