summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2018-08-312-0/+61
|\
| * MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexesMonty2018-08-272-0/+56
* | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-212-0/+53
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-06-202-0/+53
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-06-202-0/+53
| | |\
| | | * MDEV-16534 PPC64: Unexpected error with a negative value into auto-increment ...Alexander Barkov2018-06-202-0/+54
* | | | MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative ...Alexander Barkov2018-06-142-0/+128
* | | | Add an end-marker to ease future mergesMarko Mäkelä2018-05-292-0/+3
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Monty2018-05-242-0/+22
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Monty2018-05-242-0/+22
| |\ \ \ | | |/ /
| | * | Fixes for Aria transaction handling with lock tablesMonty2018-05-222-0/+22
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-202-0/+33
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-194-0/+54
| |\ \ \ | | |/ /
| | * | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2018-05-162-0/+21
| | * | MDEV-14943 Alter table ORDER BY bugMonty2018-05-152-0/+33
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-222-0/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-02-222-0/+11
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-02-222-0/+11
| | |\ \ | | | |/
| | | * MDEV-13748 Assertion `status_var.local_memory_used == 0 || !debug_assert_on_n...Sergei Golubchik2018-02-142-0/+11
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-066-0/+198
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-026-0/+198
| |\ \ \ | | |/ /
| | * | MDEV-11539 test_if_reopen: Assertion `strcmp(share->unique_file_name,filename...Sergei Golubchik2018-01-252-0/+48
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-244-0/+150
| | |\ \ | | | |/
| | | * MDEV-14690: Assertion `page_link == &fake_link' failed in pagecache_write_partOleksandr Byelkin2018-01-112-0/+26
| | | * MDEV-8200 aria bug with insert select and lock tablesMonty2018-01-112-0/+124
* | | | Fixed MDEV-14326 engine ARIA with row_format=FIXED is brokenMonty2018-01-182-0/+177
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-242-2/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-222-2/+10
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-182-2/+10
| | |\ \ | | | |/
| | | * MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-132-2/+10
* | | | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2017-09-212-0/+21
* | | | MDEV-12756 rpl.rpl_killed_ddl fails in buildbot with 'Can't find record'Monty2017-05-171-0/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+2
| | |\ \ | | | |/
| | | * Adjusted test results after the fix for mdev-12429.Igor Babaev2017-04-071-2/+2
* | | | MDEV-12462 SPATIAL index fails to work with CONTAINS.Alexey Botchkov2017-05-023-6/+6
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-1012-18/+42
* | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-106-2/+8
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-294-5/+44
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-112-5/+5
| |\ \ \ | | |/ /
| | * | MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECTSergei Golubchik2016-12-042-5/+5
| * | | MDEV-10759 Fix Aria to support 2-byte collation IDsMonty2016-12-022-0/+39
* | | | Remove end . from error messages to get them consistentMonty2016-10-052-5/+5
* | | | maria.encrypt-wrong-key - cleanup properlySergei Golubchik2016-09-171-0/+2
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-303-18/+0
* | | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-302-20/+20
* | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-165/+165
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-0718-0/+277
|\ \ \ \
| * | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3118-0/+277