summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Fix an occasional timeout in innodb.alter_partitionedMarko Mäkelä2021-09-112-0/+8
* MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculationMarko Mäkelä2021-09-101-0/+6
* MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-07107-1582/+3072
* MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-024-0/+108
* MDEV-26517 : Galera test failure on galera_fk_cascade_delete_debugJan Lindström2021-09-021-1/+1
* Disable 2 commonly failing innodb_gis testsMarko Mäkelä2021-08-231-0/+2
* MDEV-20931 fixup: innodb.import_corrupted test case cleanupMarko Mäkelä2021-08-181-0/+1
* MDEV-26131 fixup: ./mtr --embedded encryption.innodb_importMarko Mäkelä2021-08-181-0/+1
* MDEV-20931 ALTER...IMPORT can crash the serverEugene Kosov2021-08-172-0/+98
* MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespaceThirunarayanan Balathandayuthapani2021-08-165-29/+70
* MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-054-0/+182
* MDEV-26220 Server crashes with indexed by prefix virtual columnmariadb-10.2.40Nikita Malyavin2021-08-023-0/+34
* Revert "MDEV-26220 Server crashes with indexed by prefix virtual column"Oleksandr Byelkin2021-08-023-34/+0
* MDEV-20154 Assertion `len <= col->len | ...` failed in row_merge_buf_addNikita Malyavin2021-07-292-0/+34
* MDEV-26220 Server crashes with indexed by prefix virtual columnNikita Malyavin2021-07-283-0/+34
* MDEV-26062 : InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMAR...Jan Lindström2021-07-262-0/+92
* MDEV-25998 InnoDB removes the tablespace from default encrypt list earlyThirunarayanan Balathandayuthapani2021-07-261-18/+0
* Some tests can take very long time when run with valgrindElena Stepanova2021-07-243-0/+8
* MDEV-26228 ASAN heap-use-after-free with ON UPDATE CASCADEMarko Mäkelä2021-07-232-0/+6
* MDEV-26080 fixup: fixed .result file for galera_roles test (one word must be ...Julius Goryavsky2021-07-231-2/+2
* MDEV-26203 CREATE INDEX may enforce incorrect maximum column lengthMarko Mäkelä2021-07-222-7/+43
* MDEV-25361 fixup: Fix integer type mismatchMarko Mäkelä2021-07-222-8/+5
* Record tempfiles_encrypted test failureAnel Husakovic2021-07-221-0/+287
* MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-163-0/+66
* MDEV-18249 ASSERT_COLUMN_MARKED_FOR_READ failed in ANALYZE TABLENikita Malyavin2021-07-123-0/+27
* [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-126-0/+125
* [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-128-0/+143
* MDEV-17890 Server crash on DELETE with YEAR field with truncated exprNikita Malyavin2021-07-127-6/+216
* MDEV-25998 encryption.innodb_encryption_filekeys failure in buildbotThirunarayanan Balathandayuthapani2021-07-091-0/+18
* MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-0933-307/+307
* MDEV-25595 DROP part of failed CREATE OR REPLACE is not written into binary logAleksey Midenkov2021-07-065-0/+55
* MDEV-26081 set role crashes when a hostname cannot be resolvedSergei Golubchik2021-07-023-6/+6
* MDEV-26077 Assertion err != DB_DUPLICATE_KEY or unexpected ER_TABLE_EXISTS_ERRORMarko Mäkelä2021-07-022-0/+71
* MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-294-0/+192
* Adjusted test results after the fix for MDEV-20411 (2)Igor Babaev2021-06-261-4/+4
* Adjusted test results after the fix for MDEV-20411Igor Babaev2021-06-264-15/+14
* MDEV-25978 : rsync SST does not work with custom binlog nameJan Lindström2021-06-236-0/+237
* Fix try for Galera test lp1376747-4Jan Lindström2021-06-232-2/+2
* MDEV-25947 innodb_fts.misc_debug fails in buildbotThirunarayanan Balathandayuthapani2021-06-172-14/+8
* MDEV-24713 Assertion `dict_table_is_comp(index->table)' failed in row_merge_b...Thirunarayanan Balathandayuthapani2021-06-152-0/+26
* MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-155-2/+50
* MDEV-14180 Automatically disable key rotation checks for file_key_managment p...Thirunarayanan Balathandayuthapani2021-06-155-7/+62
* MDEV-25884 Tests use environment $USER variable without quotesElena Stepanova2021-06-104-10/+10
* MDEV-25630: Crash with window function in left expr of IN subquerySergei Petrunia2021-06-091-0/+19
* MDEV-25672 table alias from previous statement interferes later commandsSergei Golubchik2021-06-022-5/+23
* MDEV-25818: RSYNC SST failed due to busy portJulius Goryavsky2021-05-3111-11/+6
* MDEV-25758 InnoDB spatial indexes miss large geometry fields after MDEV-25459Thirunarayanan Balathandayuthapani2021-05-272-3/+25
* MDEV-21192: SST failing when enabling IPV6Julius Goryavsky2021-05-255-10/+1
* MDEV-25721 Double free of table when inplace alterThirunarayanan Balathandayuthapani2021-05-233-0/+33
* MDEV-25641 max_password_errors not working with ed25519 auth pluginSergei Golubchik2021-05-222-0/+172