summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22179 rr(record and replay) support for mtrSachin2020-06-221-2/+32
* MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-182-0/+15
* MDEV-21695 Server crashes in TABLE::evaluate_update_default_function upon UPD...Alexander Barkov2020-06-172-0/+37
* Add global ignore for Sending JOIN failed warning.Jan Lindström2020-06-161-1/+1
* Add missing include as test requires galera debug libraryJan Lindström2020-06-151-0/+2
* MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* MDEV-21217 innodb_force_recovery=2 may wrongly abort rollbackMarko Mäkelä2020-06-132-0/+51
* Fix wrong merge of commit d218d1aa49e848cef2bdbe83bbaf08e474d5209cVicențiu Ciorbaru2020-06-122-9/+1
* Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-116-0/+111
|\
| * MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-112-0/+26
| * MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-102-0/+29
| * Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-102-12/+0
| * MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-092-0/+12
| * MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-072-0/+57
* | MDEV-21619 Server crash or assertion failures in my_datetime_to_strAlexander Barkov2020-06-116-0/+78
* | Remove a stale testMarko Mäkelä2020-06-102-58/+0
* | MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-062-8/+232
* | MDEV-22817: Skip the test in --embeddedMarko Mäkelä2020-06-061-0/+2
* | MDEV-22817: Add a test caseMarko Mäkelä2020-06-062-0/+58
* | Merge 10.1 into 10.2Marko Mäkelä2020-06-0620-43/+128
|\ \ | |/
| * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-0520-43/+125
* | MDEV-22042 Server crash in Item_field::print on ANALYZE FORMAT=JSONIgor Babaev2020-06-052-0/+201
* | Merge 10.1 into 10.2Julius Goryavsky2020-06-055-0/+818
|\ \ | |/
| * Added missing include files to check for debug_syncJulius Goryavsky2020-06-032-0/+6
| * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-035-0/+742
* | MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-052-1/+22
* | add stress suite to the list of default suites to runSergei Golubchik2020-06-041-0/+1
* | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-042-0/+41
* | MDEV-16230: Server crashes when Analyze format=json is run with a window func...Varun Gupta2020-06-042-0/+58
* | Merge 10.1 into 10.2Marko Mäkelä2020-06-014-3/+197
|\ \ | |/
| * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-284-3/+197
| * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-262-0/+704
* | mtr: update titlebar when the test ends, not when it startsSergei Golubchik2020-05-272-64/+46
* | MDEV-22558 wrong error for invalid utf8 table commentSergei Golubchik2020-05-272-4/+12
* | MDEV-17153 server crash on repair table ... use_frmSergei Golubchik2020-05-272-0/+42
* | Add an end-of-test marker to ease mergesMarko Mäkelä2020-05-272-0/+3
* | Fixed crash in aria recovery when using bulk insertMonty2020-05-263-0/+51
* | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-262-0/+756
* | MDEV-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_fieldAleksey Midenkov2020-05-262-0/+20
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-265-0/+48
|\ \ | |/
| * Merge 5.5 into 10.1Marko Mäkelä2020-05-262-0/+4
| |\
| | * MDEV-22513 main.processlist_notembedded Timeout in wait_until_count_sessionsMarko Mäkelä2020-05-262-0/+4
| * | MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-263-0/+42
* | | MDEV-19751 Wrong partitioning by KEY() after primary key droppedAleksey Midenkov2020-05-262-0/+82
* | | MDEV-22545 post-fix: Fix a test resultMarko Mäkelä2020-05-251-1/+1
* | | MDEV-22461: JOIN::make_aggr_tables_info(): Assertion `select_options & (1ULL ...Varun Gupta2020-05-252-0/+39
* | | MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-243-3/+3
* | | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-232-0/+28
* | | MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-226-0/+189
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-222-0/+153
|\ \ \ | |/ /