summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20760 fixup: clang -Winconsistent-missing-overrideMarko Mäkelä2022-10-111-226/+242
* MDEV-29613 fixup: clang -Wunused-but-set-variableMarko Mäkelä2022-10-111-1/+5
* Merge 10.3 into 10.4Marko Mäkelä2022-10-1111-19/+38
|\
| * MDEV-19455/MDEV-29342 fixup: Avoid DEBUG_DBUG=-d,...Marko Mäkelä2022-10-114-8/+8
| * MDEV-29183: Clarify mysqlbinlog command description (#2245)Zhibo Zhang2022-10-111-1/+1
| * MDEV-21905: Galera test galera_var_notify_cmd causes hangJulius Goryavsky2022-10-113-21/+24
| * Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-102-2/+14
| * MDEV-29742 heap number overflowMarko Mäkelä2022-10-103-3/+13
| * Remove redudant defines USE_MB and USE_MB_IDENTAnel Husakovic2022-10-091-5/+2
| * Test results updated.Jan Lindström2022-10-064-8/+8
| * MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera buildsJan Lindström2022-10-064-45/+20
* | MDEV-21905: Galera test galera_var_notify_cmd causes hangJulius Goryavsky2022-10-115-36/+46
* | A followup for MDEV-29672 Add MTR tests covering key and key segment flags an...Alexander Barkov2022-10-104-18/+2301
* | MDEV-29707 : Incorrect/bad errno on enabling wsrep_on after setting dummy wsr...Jan Lindström2022-10-091-2/+1
* | MDEV-25389 : Assertion `!is_thread_specific || (mysqld_server_initialized && ...Jan Lindström2022-10-096-6/+56
* | MDEV-26597 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == ...Jan Lindström2022-10-0910-16/+81
* | MDEV-27123 : auto_increment_increment and auto_increment_offset reset to 1 in...Jan Lindström2022-10-094-2/+39
* | MDEV-29142 : Assertion `!_current_thd()' failed in void destroy_background_th...Jan Lindström2022-10-093-6/+121
* | typo fixed, followup for 3fe55fa8be9Sergei Golubchik2022-10-073-1/+19
* | CREATE ... VALUES ... didn't require INSERT privilegeSergei Golubchik2022-10-073-5/+42
* | Mroonga: GCC 12.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2022-10-072-49/+47
* | Groonga: GCC 12.2.0 -Og -Wuse-after-freeMarko Mäkelä2022-10-071-2/+2
* | MDEV-29613 fixup: Mroonga -Wunused-functionMarko Mäkelä2022-10-071-1/+1
* | Merge 10.3 into 10.4Aleksey Midenkov2022-10-066-6/+97
|\ \ | |/
| * MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-053-0/+22
| * MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-053-0/+69
| * MDEV-28576 Ability to manipulate List<const char *>Aleksey Midenkov2022-10-051-6/+6
* | 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
* | 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