summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29831 Galera crashes when running CoR for a locked table afterbb-10.11-midenok-MDEV-25292-fixesAleksey Midenkov2022-10-316-12/+63
* MDEV-29824 Galera crashes when running CoR for a locked tableAleksey Midenkov2022-10-263-0/+36
* MDEV-29770 Broken table cannot be CREATE OR REPLACE -ed anymoreAleksey Midenkov2022-10-267-16/+791
* MDEV-29802 #sql-backup tables are visible upon CREATE OR REPLACEAleksey Midenkov2022-10-266-3/+68
* MDEV-29802 Rename s3.partition_create_fail to s3.debugAleksey Midenkov2022-10-262-0/+0
* MDEV-29767 Cleanup: removed create_like_options()Aleksey Midenkov2022-10-262-6/+3
* MDEV-29767 CREATE OR REPLACE bypasses S3 restriction for table creationAleksey Midenkov2022-10-264-2/+44
* MDEV-29783 ER_NO_SUCH_TABLE_IN_ENGINE after failed CREATE OR REPLACE with FK ...Aleksey Midenkov2022-10-264-1/+44
* MDEV-29793 Assertion failure in translog_write_record upon CREATE OR REPLACEAleksey Midenkov2022-10-263-1/+26
* MDEV-29791 ER_NO_SUCH_TABLE_IN_ENGINE or "File not found"Aleksey Midenkov2022-10-268-1/+79
* MDEV-29787 CREATE OR REPLACE does not work with custom DATA/INDEX DIRECTORYAleksey Midenkov2022-10-263-3/+105
* MDEV-29779 Unexpected ER_ERROR_ON_RENAME upon CREATE OR REPLACEAleksey Midenkov2022-10-263-21/+47
* MDEV-29758 CREATE OR REPLACE .. SELECT of Federated table doesn't store selec...Aleksey Midenkov2022-10-266-5/+41
* MDEV-29709 Unexpected ER_NO_SUCH_TABLE on CREATE OR REPLACEAleksey Midenkov2022-10-144-49/+86
* MDEV-29664 Spider test caseAleksey Midenkov2022-10-142-0/+51
* MDEV-29701 Inconsistencies and eventual failure upon CREATE OR REPLACE with f...Aleksey Midenkov2022-10-144-9/+118
* MDEV-29698 Server crash or assertion failure upon CREATE OR REPLACE with a ME...Aleksey Midenkov2022-10-144-6/+38
* MDEV-29699 Assertion `!table_list->table || frm.str || !atomic_replace'Aleksey Midenkov2022-10-143-2/+21
* MDEV-29104 Optimize queries to INFORMATION_SCHEMA.PARAMETERS/ROUTINESOleg Smirnov2022-10-135-32/+124
* MDEV-29550 Fix Valgrind/MSAN uninitialised value errorsOleg Smirnov2022-10-131-3/+7
* Merge 10.10 into 10.11Marko Mäkelä2022-10-13186-1078/+4356
|\
| * Merge 10.9 into 10.10Marko Mäkelä2022-10-13185-1079/+4356
| |\
| | * Merge 10.8 into 10.9Marko Mäkelä2022-10-13185-1079/+4356
| | |\
| | | * Merge 10.7 into 10.8Marko Mäkelä2022-10-13185-1079/+4356
| | | |\
| | | | * Merge 10.6 into 10.7Marko Mäkelä2022-10-13183-1072/+4354
| | | | |\
| | | | | * MDEV-29672 test fixup for --ps-protocolMarko Mäkelä2022-10-131-0/+2
| | | | | * Merge 10.5 into 10.6Marko Mäkelä2022-10-137-14/+20
| | | | | |\
| | | | | | * Fixes after 10.4 --> 10.5 mergeJan Lindström2022-10-127-14/+20
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2022-10-1255-358/+3153
| | | | | |\ \ | | | | | | |/
| | | | | | * 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