summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28478: INSERT into SPATIAL INDEX in TEMPORARY table writes logMarko Mäkelä2022-05-064-15/+32
* Skip main.sp-no-valgrind WITH_MSAN due to result diffMarko Mäkelä2022-04-251-1/+1
* Remove redundant innodb-page_compression_ testsMarko Mäkelä2022-04-2522-3822/+0
* Clean up the page_compressed testsMarko Mäkelä2022-04-253-0/+145
* Cleanup: Remove IF_VALGRINDMarko Mäkelä2022-04-251-165/+1
* Do not disable --symbolic-links on Valgrind (or MSAN)Marko Mäkelä2022-04-251-0/+3
* MDEV-27094 Debug builds include useless InnoDB "disabled" optionsMarko Mäkelä2022-04-2215-647/+0
* Merge 10.4 into 10.5Marko Mäkelä2022-04-2171-219/+2588
|\
| * Merge 10.3 into 10.4Marko Mäkelä2022-04-2167-213/+2582
| |\
| | * MDEV-20194 Warnings inconsistently issued upon CHECK on table from older vers...Thirunarayanan Balathandayuthapani2022-04-202-7/+102
| | * MDEV-28314 : The Galera cluster primary node goes into hang mode when innodb_...Jan Lindström2022-04-203-0/+227
| | * MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-182-2/+174
| | * MDEV-27699 ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queriesOleg Smirnov2022-04-185-60/+0
| | * An additional patch for MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEF...Alexander Barkov2022-04-142-0/+51
| | * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-1411-4/+306
| | |\
| | | * MDEV-27448 MTR returns success (zero) upon invalid optionShunpoco2022-04-121-1/+1
| | | * MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-112-0/+34
| | | * MDEV-27065 Partitioning tables with custom data directories moves data back t...Nayuta Yanagisawa2022-04-084-3/+87
| | | * MDEV-28077 'Wrong create options' error with 'big_tables' enabledOleg Smirnov2022-04-064-0/+75
| | | * MDEV-24560 SIGSEGV in st_join_table::cleanupOleg Smirnov2022-04-064-0/+109
| | * | MDEV-28304 innodb.instant_alter,8k.rdiff does not apply on FreeBSDMarko Mäkelä2022-04-134-91/+83
| | * | MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctlyJulius Goryavsky2022-04-1219-109/+484
| | * | MDEV-28269 Assertion `save_errno' in maria_write or ER_GET_ERRNOMonty2022-04-112-1/+24
| | * | MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstringAlexander Barkov2022-04-092-0/+83
| | * | MDEV-22282 When using mysqldump to backup a view that contains derived tables...Sergei Golubchik2022-04-095-13/+13
| | * | MDEV-28062 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on INSER...Alexander Barkov2022-04-082-0/+69
| | * | MDEV-28253 Mysqldump - INVISIBLE column errorSergei Golubchik2022-04-076-9/+32
| | * | MDEV-28205: SST via mariabackup stops on failure while archiving logsJulius Goryavsky2022-04-074-0/+488
* | | | Merge branch 10.4 into 10.5Daniel Black2022-04-2115-18/+101
|\ \ \ \ | |/ / /
| * | | MDEV-28227 Error message Chinese translationHaidong Ji2022-04-214-16/+16
| * | | MDEV-26575 Crash on shutdown after starting an XA transactionDaniele Sciascia2022-04-202-0/+27
| * | | MDEV-28329 : galera_3nodes.galera_garbd_backup fails with extra connection linesJan Lindström2022-04-191-0/+2
| * | | MDEV-24529 Assertion failed in vers_select_conds_t::printOleg Smirnov2022-04-182-0/+25
| * | | Disable galera_bf_abort_ps_bind under --ps-protocolDaniele Sciascia2022-04-161-0/+1
| * | | MDEV-22266: Diagnostics_area::sql_errno() const: AssertionRucha Deodhar2022-04-122-0/+28
| * | | Remove a garbage file from mysql-testbb-10.4-osmirnovOleg Smirnov2022-04-071-0/+0
* | | | MDEV-9948 Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION...Marko Mäkelä2022-04-153-13/+28
* | | | MDEV-26128 type_set and type_enum are brokenAlexander Barkov2022-04-122-5/+9
* | | | 10.5 tests for MDEV-26507 Assertion `tmp != ((long long) 0x8000000000000000LL...Alexander Barkov2022-04-104-0/+88
* | | | MDEV-28255 "Error" instead of NULL in P_S.THREADS_CONNECTION_TYPE for backgro...Sergei Golubchik2022-04-092-3/+7
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-072-0/+498
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-072-0/+498
| |\ \ \ | | |/ /
| | * | Adding MTR tests to cover how keywords of different kinds behave in various c...Alexander Barkov2022-04-072-0/+498
* | | | main.thread_pool_info - no threadpool on aixDaniel Black2022-04-071-0/+1
* | | | MDEV-13005 after-merge fixupMarko Mäkelä2022-04-062-2/+2
* | | | MDEV-25975: Merge 10.4 into 10.5Marko Mäkelä2022-04-0618-267/+11
|\ \ \ \ | |/ / /
| * | | MDEV-25975: Merge 10.3 into 10.4Marko Mäkelä2022-04-0618-267/+11
| |\ \ \ | | |/ /
| | * | MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-0615-196/+54
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-0635-49/+299
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-0616-9/+144
| |\ \ \ | | |/ /