summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
* | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-282-0/+70
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Monty2016-02-062-0/+70
| |\ \ \ \ | | |/ / /
| | * | | MDEV-9502 maria.encrypt-wrong-key fails with embedded serverElena Stepanova2016-02-011-0/+2
| | * | | MDEV-8724 Assertion `rc == 0' failed in ma_decrypt on reading an Aria tablemariadb-10.1.11Monty2016-01-282-0/+68
* | | | | Fix maria.maria test by updating test results.Sergei Petrunia2016-02-131-2/+2
|/ / / /
* | | | MDEV-8542 - The "aria_recover" variable should be renamed "aria_recover_options"Sergey Vojtovich2015-11-265-24/+24
|/ / /
* | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128Nirbhay Choubey2015-11-091-2/+2
* | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-1/+2
* | | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-0/+10
* | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-041-8/+2
* | | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-15/+15
* | | MDEV-8189 field<>const and const<>field are not symmetricAlexander Barkov2015-06-301-0/+10
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-272-0/+21
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-112-0/+21
| |\ \ | | |/
| | * MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabledSergey Vojtovich2015-06-092-0/+21
* | | Push for testing of encryptionMonty2015-02-102-1/+2
* | | --getopt-prefix-matching command-line optionSergei Golubchik2015-02-101-1/+1
|/ /
* | 5.5 mergeSergei Golubchik2015-01-214-25/+52
|\ \ | |/