summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29693 Fix review commentsbb-10.5-MDEV-29693Oleg Smirnov2023-01-305-38/+29
* MDEV-29693 Fix review commentsOleg Smirnov2023-01-192-25/+21
* MDEV-29693 ANALYZE TABLE still flushes table definition cache when engine-ind...Oleg Smirnov2022-12-1023-102/+855
* Merge 10.4 into 10.5Marko Mäkelä2022-10-1316-26/+204
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-10-1316-26/+204
| |\
| | * Silence clang 13 -Wunused-but-set-variableMarko Mäkelä2022-10-131-2/+10
| | * MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-127-9/+75
| | * MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-1210-10/+104
| | * MDEV-29102 system_time_zone is incorrect on Windows when TZ is setVladislav Vaintroub2022-10-111-7/+17
* | | Fixes after 10.4 --> 10.5 mergeJan Lindström2022-10-127-14/+20
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-1246-353/+2925
|\ \ \ | |/ /
| * | MDEV-26597 post-fix: cannot add new error messages in 10.4Sergei Golubchik2022-10-117-31/+15
| * | 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
* | | MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-076-1/+135
* | | Merge 10.4 into 10.5Aleksey Midenkov2022-10-076-6/+92
|\ \ \ | |/ /
| * | 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-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
* | | 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
| |\ \ | | |/