summaryrefslogtreecommitdiff
path: root/mysql-test/suite/gcol
Commit message (Expand)AuthorAgeFilesLines
* 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-26228 ASAN heap-use-after-free with ON UPDATE CASCADEMarko Mäkelä2021-07-232-0/+6
* 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-126-0/+115
* MDEV-17890 Server crash on DELETE with YEAR field with truncated exprNikita Malyavin2021-07-127-6/+216
* 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-154-0/+44
* MDEV-24583 SELECT aborts after failed REPLACE into table with vcolNikita Malyavin2021-04-272-0/+158
* MDEV-19011 Assertion `file->s->base.reclength < file->s->vreclength' failedNikita Malyavin2021-04-273-0/+18
* MDEV-16962 Assertion failed in open_purge_table upon concurrent ALTER/FLUSHNikita Malyavin2021-04-272-2/+78
* revive innodb_debug_syncNikita Malyavin2021-04-272-0/+107
* MDEV-24971 InnoDB access freed virtual column after rollback of secondary indexThirunarayanan Balathandayuthapani2021-04-122-0/+140
* MDEV-24491 db_name mismatch happens during virtual column computationThirunarayanan Balathandayuthapani2021-01-192-1/+10
* MDEV-12161 Can't specify collation for virtual columnsSergei Golubchik2021-01-113-6/+27
* MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDBNikita Malyavin2020-12-182-0/+65
* MDEV-23387 dict_load_foreign() fails to load the table during alterThirunarayanan Balathandayuthapani2020-10-192-0/+33
* MDEV-20396 Server crashes after DELETE with SEL NULL Foreign key and aNikita Malyavin2020-09-142-0/+61
* MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-013-0/+162
* MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-012-2/+4
* MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-212-0/+136
* MDEV-21336 Memory leaks related to innodb_debug_syncMarko Mäkelä2020-05-142-109/+0
* MDEV-21360 restore debud_dbug through a session variable instead of '-d,..'bb-10.2-MDEV-21360Alice Sherepa2020-03-232-16/+16
* MDEV-21360 global debug_dbug pre-test value restoration issuesAlice Sherepa2020-01-152-4/+4
* MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purgeNikita Malyavin2019-10-112-0/+109
* MDEV-16222: Move the test to gcol.innodb_virtual_debug_purgeMarko Mäkelä2019-09-203-0/+89
* MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-034-8/+8
* Updated mtr files to support different compiled in optionsMonty2019-09-011-14/+23
* MDEV-17540 Server crashes in row_purge after TRUNCATE TABLEMarko Mäkelä2019-05-102-0/+52
* MDEV-12004: Add the Bug#28825718 test caseMarko Mäkelä2019-04-262-1/+63
* MDEV-19085: Remove a bogus debug assertionMarko Mäkelä2019-04-022-0/+18
* Merge 10.1 into 10.2Marko Mäkelä2019-03-275-17/+17
* Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-232-6/+6
* cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-055-7/+3
* Comment out the statement that triggers MDEV-18366Marko Mäkelä2019-01-242-4/+2
* Bug #22990029: Add a test caseMarko Mäkelä2019-01-232-0/+41
* Add a test for Bug #28470805 DELETE CASCADE CRASHES ... ON RESTARTMarko Mäkelä2019-01-232-0/+18
* MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-1/+1
* MDEV-17548 Incorrect access to off-page column for indexed virtual columnMarko Mäkelä2018-10-252-0/+63
* MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncateMarko Mäkelä2018-10-111-1/+1
* MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibilityMarko Mäkelä2018-10-111-0/+1
* MDEV-16980 Wrongly set tablename len while opening theThirunarayanan Balathandayuthapani2018-10-082-0/+37
* MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-072-11/+1
* MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-062-2/+74
* Implement a parameter for wait_all_purged.incMarko Mäkelä2018-07-051-1/+3
* MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debugMarko Mäkelä2018-06-042-6/+23