summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-10-287-0/+436
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-10-287-0/+436
| |\
| | * MDEV-26866 FOREIGN KEY…SET NULL corrupts an index on a virtual columnNikita Malyavin2021-10-282-0/+384
| | * Fix tests for PLUGIN_PARTITION=NOMarko Mäkelä2021-10-271-0/+1
| | * MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-262-0/+45
| | * MDEV-26556 An improper locking bug(s) due to unreleased lock.bb-10.2-mdev-26556-hfAlexey Botchkov2021-10-252-0/+6
* | | MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMNbb-10.4-MDEV-18543-instant-import-bugsEugene Kosov2021-10-2611-21/+220
* | | Merge 10.3 into 10.4st-10.4-mergeMarko Mäkelä2021-10-211-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-211-1/+1
| |\ \ | | |/
| | * MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_con...Sergei Krivonos2021-10-211-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-2124-31/+1040
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-2124-31/+1040
| |\ \ | | |/
| | * MDEV-26865: Add test case and instrumentationMarko Mäkelä2021-10-212-0/+295
| | * MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295Thirunarayanan Balathandayuthapani2021-10-214-4/+39
| | * MDEV-22627 fixup: Cover also ALTER TABLE...ALGORITHM=INPLACEMarko Mäkelä2021-10-202-0/+17
| | * MDEV-22627 Failing assertion: dict_tf2_is_valid(flags, flags2)Marko Mäkelä2021-10-203-0/+40
| | * MDEV-26262 frm is corrupted after ER_EXPRESSION_REFERS_TO_UNINIT_FIELDNikita Malyavin2021-10-203-0/+23
| | * MDEV-14804 innodb.update_time failed in buildbot with wrong resultMarko Mäkelä2021-10-193-15/+4
| | * MDEV-25284: Assertion `info->type == READ_CACHE || info->type == WRITE_CACHE'...bb-10.2-MDEV-25284Brandon Nesterenko2021-10-185-0/+310
| | * MDEV-17964: Assertion `status == 0' failed in add_role_user_mapping_actionVicențiu Ciorbaru2021-10-152-0/+297
| | * MDEV-26815 : galera.galera_ftwrl_drain fails with wrong errno 1146bb-10.2-MDEV-26815-galeraJan Lindström2021-10-132-12/+15
* | | MDEV-26650: Failed ALTER USER/GRANT statement removes the password from the c...bb-10.4-MDEV-26650-2Oleksandr Byelkin2021-10-182-0/+34
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-137-3/+183
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-135-3/+142
| |\ \ | | |/
| | * MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignoredAleksey Midenkov2021-10-113-0/+123
| | * MDEV-24454 fixup: Fix plugins.feedback_plugin_sendMarko Mäkelä2021-10-112-3/+19
| * | MDEV-22660 SIGSEGV on adding system versioning and modifying system columnAleksey Midenkov2021-10-112-0/+41
* | | MDEV-26707 SR transaction rolls back locally, but not in clusterbb-10.4-MDEV-26707-galeraDaniele Sciascia2021-10-123-0/+249
* | | Make test galera_sr_kill_slave_before_apply deterministicDaniele Sciascia2021-10-113-16/+38
* | | MDEV-21518 : galera.galera_toi_ddl_nonconflicting MTR failed: 1213: Deadlock ...Jan Lindström2021-10-081-0/+2
* | | Update galera disabled.defJan Lindström2021-10-075-194/+1
* | | MDEV-22996 : Hang on galera_toi_truncate test caseJan Lindström2021-10-072-17/+46
* | | MDEV-24062 : Galera test failure on galera_var_replicate_myisam_onJan Lindström2021-10-072-6/+25
* | | Fix galera_var_reject_queries test caseJan Lindström2021-10-072-12/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-042-21/+99
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-042-21/+99
| |\ \ | | |/
| | * MDEV-24978 crash with transaction on table with no PK and long fulltext columnbb-10.2-MDEV-24978-galerasjaakola2021-09-302-21/+99
* | | MDEV-22708 Assertion `!mysql_bin_log.is_open() || thd.is_current_stmt_binlog_...mkaruza2021-10-013-0/+29
* | | Merge 10.3 into 10.4Marko Mäkelä2021-09-298-214/+197
|\ \ \ | |/ /
| * | MDEV-20699 fixup: Re-record compat/oracle.sp-package resultMarko Mäkelä2021-09-291-0/+8
| * | Merge 10.2 into 10.3Marko Mäkelä2021-09-296-212/+187
| |\ \ | | |/
| | * Make innodb.innodb_defrag_stats more deterministicMarko Mäkelä2021-09-292-162/+143
| | * MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-272-0/+23
| | * Remove test from galera_fulltext until MDEV-24978 is fixed.bb-10.2-jan-galeraJan Lindström2021-09-272-50/+21
| * | MDEV-26672 test fixupMarko Mäkelä2021-09-291-2/+2
* | | MDEV-21806 : galera.galera_partition MTR failed: failed to recover from DONOR...bb-10.4-MDEV-20451-galeraJan Lindström2021-09-273-0/+12
* | | Add wait_condition before problematic selectJan Lindström2021-09-273-2/+25
* | | Merge 10.3 into 10.4Marko Mäkelä2021-09-242-51/+0
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-09-242-51/+0
| |\ \ | | |/
| | * Revert MDEV-25114Marko Mäkelä2021-09-248-474/+28