summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-07-0236-29/+1374
|\
| * MDEV-20428 after-merge fix: Stabilize the testMarko Mäkelä2020-07-012-6/+6
| * MDEV-21222 mariabackup.incremental_backup failed with memory allocation failureSergei Golubchik2020-07-011-0/+5
| * Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-0119-7/+1164
| |\
| | * Test fixes.Jan Lindström2020-06-245-0/+9
| | * MTR tests to test Galera fix for node joining over several configurationAlexey Yurchenko2020-06-246-0/+979
| | * mtr: use env for perlDaniel Black2020-06-235-5/+5
| | * MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-162-0/+155
| * | Test case cleanups.Jan Lindström2020-06-235-1/+114
| * | MDEV-21759 galera.galera_parallel_autoinc_manytrx sporadic failures.MikkoJaakola2020-06-232-0/+4
| * | Fix include statements in galera_ipv6_mariabackup_section andAlexey Yurchenko2020-06-232-2/+2
| * | MDEV-22125 : galera.galera_drop_multi MTR failed: InnoDB: MySQL is trying to ...Jan Lindström2020-06-232-0/+45
| * | MDEV-20928 : Galera test failure on galera.galera_var_innodb_disallow_writes:...Jan Lindström2020-06-233-18/+25
| * | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-182-0/+15
| * | 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
* | | Remove rpl_parallel2 from disabled.defSachin2020-06-231-1/+0
* | | MDEV-22906 Disallow system_versioning_asof in DMLAleksey Midenkov2020-06-162-0/+53
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-141-0/+1
|\ \ \ | |/ /
| * | MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-134-58/+51
|\ \ \ | |/ /
| * | MDEV-21217 innodb_force_recovery=2 may wrongly abort rollbackMarko Mäkelä2020-06-132-0/+51
| * | Remove a stale testMarko Mäkelä2020-06-102-58/+0
* | | 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-0611-24/+900
|\ \ \ | |/ /
| * | MDEV-22817: Add a test caseMarko Mäkelä2020-06-062-0/+58
| * | Merge 10.1 into 10.2Marko Mäkelä2020-06-064-24/+24
| |\ \ | | |/
| | * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-054-24/+24
| * | 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-055-2/+64
|\ \ \ | |/ /
| * | MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-052-1/+22
| * | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-042-0/+41
* | | 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
* | | 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-277-0/+827
|\ \ \ | |/ /
| * | 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