summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22268 virtual longlong Item_func_div::int_op(): Assertion `0' failed in ...Alexander Barkov2020-06-132-0/+53
* MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-092-22/+38
* Merge 10.2 into 10.3Marko Mäkelä2020-06-082-8/+232
|\
| * MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-062-8/+232
* | Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-072-0/+18
* | Don't allow illegal create options for SEQUENCEMonty2020-06-074-0/+90
* | MDEV-22822 sql_mode="oracle" cannot declare without variable errorsAlexander Barkov2020-06-072-0/+81
* | Merge 10.2 into 10.3Marko Mäkelä2020-06-061-0/+2
|\ \ | |/
| * MDEV-22817: Skip the test in --embeddedMarko Mäkelä2020-06-061-0/+2
* | Merge 10.2 into 10.3Marko Mäkelä2020-06-0629-45/+1208
|\ \ | |/
| * 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
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-058-2/+123
|\ \ \ | |/ /
| * | 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
* | | MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-042-0/+27
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-024-3/+197
|\ \ \ | |/ /
| * | 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
* | | Add end-of-test markers to ease mergesMarko Mäkelä2020-05-304-0/+6
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-296-68/+100
|\ \ \ | |/ /
| * | 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
* | | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-2813-29/+38
* | | MDEV-22413 Server hangs upon UPDATE on a view reading from versioned partitio...Aleksey Midenkov2020-05-286-11/+59
* | | MDEV-18794 Assertion `!m_innodb' failed in ha_partition::cmp_ref upon SELECT ...Aleksey Midenkov2020-05-282-0/+23
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-2714-7/+975
|\ \ \ | |/ /
| * | 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-22637 Rollback of insert fails when column reorder happensThirunarayanan Balathandayuthapani2020-05-262-0/+65
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-05-2515-5/+414
|\ \ \ \ | |/ / /
| * | | 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