summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* 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-245-0/+13
* 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-26202 Unexpected failure with query using indirectly a recursive CTE twiceIgor Babaev2021-07-222-0/+36
* 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-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-212-6/+88
* MDEV-25565 Crash on 2-nd execution of SP/PS for query calculating window func...Igor Babaev2021-07-202-0/+434
* MDEV-26025 Server crashes while executing query with CTE in PS/SPIgor Babaev2021-07-202-0/+69
* MDEV-20787 Script dgcov.pl does not workSergei Golubchik2021-07-201-1/+1
* MDEV-20787 Script dgcov.pl does not workSergei Golubchik2021-07-201-18/+20
* MDEV-26135 Assertion failure when executing PS with a hanging recursive CTEIgor Babaev2021-07-192-0/+48
* MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-192-0/+9
* MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-165-3/+69
* MDEV-25858: Query results are incorrect when indexes are addedSergei Petrunia2021-07-152-0/+103
* 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-0937-329/+383
* MDEV-26095 Infinite recursion when processing embedded recursive CTEIgor Babaev2021-07-082-0/+48
* MDEV-25802 mtr: race condition if the test quickly restarts twiceSergei Golubchik2021-07-062-10/+10
* MDEV-25802 mtr: race condition if the test quickly restarts twiceSergei Golubchik2021-07-062-7/+10
* MDEV-25857 MTR should report at least last test that was executed in case of ...Sergei Golubchik2021-07-061-56/+46
* MDEV-25595 DROP part of failed CREATE OR REPLACE is not written into binary logAleksey Midenkov2021-07-066-0/+73
* MDEV-25013: SIGSEGV in best_extension_by_limited_search | SIGSEGV in restore_...Sergei Petrunia2021-07-032-0/+43
* MDEV-23937: SIGSEGV in looped best_extension_by_limited_search from greedy_se...Sergei Petrunia2021-07-032-0/+41
* MDEV-17783: AddressSanitizer: stack-buffer-overflow in table_cond_selectivitySergei Petrunia2021-07-032-0/+63
* MDEV-26081 set role crashes when a hostname cannot be resolvedSergei Golubchik2021-07-025-8/+52
* MDEV-26077 Assertion err != DB_DUPLICATE_KEY or unexpected ER_TABLE_EXISTS_ERRORMarko Mäkelä2021-07-022-0/+71
* MDEV-25129 fixup: Adjust test resultMarko Mäkelä2021-07-021-0/+4
* MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-06-302-0/+216
* MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-296-1/+205
* MDEV-25461 Assertion `je->state == JST_KEY' failed in Geometry::create_from_j...Alexey Botchkov2021-06-282-0/+17
* 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-20411 Procedure containing CTE incorrectly stored in mysql.procIgor Babaev2021-06-253-1/+85
* 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-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-212-0/+38
* 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-093-0/+52