summaryrefslogtreecommitdiff
path: root/mysql-test/suite/gcol
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-03-302-18/+18
|\
| * MDEV-21360 restore debud_dbug through a session variable instead of '-d,..'bb-10.2-MDEV-21360Alice Sherepa2020-03-232-16/+16
* | MDEV-20528 innodb.purge_secondary_mdev-16222 failed in buildbot, debug sync p...Aleksey Midenkov2020-02-022-3/+5
* | Merge branch '10.2' into 10.3Sergei Petrunia2020-01-172-4/+4
|\ \ | |/
| * MDEV-21360 global debug_dbug pre-test value restoration issuesAlice Sherepa2020-01-152-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2019-10-122-0/+109
|\ \ | |/
| * MDEV-18546 ASAN heap-use-after-free in innobase_get_computed_value / row_purgeNikita Malyavin2019-10-112-0/+109
* | Merge 10.2 into 10.3Marko Mäkelä2019-09-233-0/+76
|\ \ | |/
| * MDEV-16222: Move the test to gcol.innodb_virtual_debug_purgeMarko Mäkelä2019-09-203-0/+89
* | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-044-8/+8
|\ \ | |/
| * MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-034-8/+8
* | Merge branch '10.2' into 10.3Monty2019-09-031-14/+23
|\ \ | |/
| * Updated mtr files to support different compiled in optionsMonty2019-09-011-14/+23
* | MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-302-8/+8
* | MDEV-19600: The optimizer should be able to produce rows=1 estimate for uniqu...bb-10.3-mdev19600Sergei Petrunia2019-06-051-1/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-122-0/+52
|\ \ | |/
| * MDEV-17540 Server crashes in row_purge after TRUNCATE TABLEMarko Mäkelä2019-05-102-0/+52
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-272-1/+63
|\ \ | |/
| * MDEV-12004: Add the Bug#28825718 test caseMarko Mäkelä2019-04-262-1/+63
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-032-0/+18
|\ \ | |/
| * MDEV-19085: Remove a bogus debug assertionMarko Mäkelä2019-04-022-0/+18
* | Merge 10.2 into 10.3Marko Mäkelä2019-03-275-17/+17
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-03-275-17/+17
* | Merge 10.2 into 10.3Marko Mäkelä2019-03-252-6/+6
|\ \ | |/
| * Fix for MDEV-18276, typo in error message + all other occurrences of referingChris Calender2019-03-232-6/+6
* | dirty mergeOleksandr Byelkin2019-02-075-7/+3
|\ \ | |/
| * cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-055-7/+3
* | Merge 10.2 into 10.3Marko Mäkelä2019-01-244-0/+57
|\ \ | |/
| * 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
* | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-1/+1
|\ \ | |/
| * MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-1/+1
* | MDEV-17778: Alter table leads to a truncation warning with ANALYZE commandVarun Gupta2018-12-101-2/+0
* | Merge 10.2 into 10.3Marko Mäkelä2018-11-062-0/+63
|\ \ | |/
| * 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-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-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-072-11/+1
* | Merge 10.2 into 10.3Marko Mäkelä2018-07-062-3/+75
|\ \ | |/
| * MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-062-2/+74
* | Merge 10.2 into 10.3Marko Mäkelä2018-07-051-1/+3
|\ \ | |/
| * Implement a parameter for wait_all_purged.incMarko Mäkelä2018-07-051-1/+3
* | MDEV-16365 Setting a column NOT NULL fails to return error forThirunarayanan Balathandayuthapani2018-06-251-0/+4
* | Merge 10.2 into 10.3Marko Mäkelä2018-06-042-6/+23
|\ \ | |/
| * MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debugMarko Mäkelä2018-06-042-6/+23
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-172-0/+21
|\ \ | |/