summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16971 Assertion `is_valid_value_slow()' failed in Time::adjust_time_rang...Alexander Barkov2018-08-152-0/+24
* MDEV-16984 Assertion `dec' failed in Dec_ptr::cmpAlexander Barkov2018-08-152-0/+25
* MDEV-16421 Make system tables crash safeMichael Widenius2018-08-1456-182/+317
* Remove warning from perfschema.bad_option_# testsMonty2018-08-145-0/+10
* Updated wrong result filesMichael Widenius2018-08-142-0/+16
* MDEV-12041: innodb_encrypt_log key rotationMarko Mäkelä2018-08-132-1/+26
* MDEV-16722: Assertion `type() != NULL_ITEM' failedVarun Gupta2018-08-122-0/+20
* MDEV-16277 : Adjust MTR test results.Vladislav Vaintroub2018-08-125-0/+44
* MDEV-16938 Move Item::get_time_with_conversion() to TimeAlexander Barkov2018-08-112-0/+17
* MDEV-16926 CAST(COALESCE(year_field)) returns wrong valueAlexander Barkov2018-08-092-0/+46
* Updated compress_qpress.resultMonty2018-08-091-0/+1
* MDEV-14032 SEC_TO_TIME executes side effect two timesAlexander Barkov2018-08-094-14/+82
* MDEV-16359 wrong result (extra rows) on the query with UNION and bracketsIgor Babaev2018-08-032-0/+20
* MDEV-16874 Implement class Item_handled_funcAlexander Barkov2018-08-011-1/+0
* MDEV-16727: Server crashes in Item_equal_iterator<List_iterator_fast, Item>::...Galina Shalygina2018-08-012-0/+53
* MDEV-16864 Implement class Item_func_timestampAlexander Barkov2018-07-311-6/+6
* MDEV-16861 Split Item::update_null_value() into a new virtual method in Type_...Alexander Barkov2018-07-317-0/+110
* MDEV-16852 Get rid of Item_temporal_hybrid_func::fix_temporal_type()Alexander Barkov2018-07-301-1/+1
* MDEV-16730: Server crashes in Bitmap<64u>::mergeGalina Shalygina2018-07-292-0/+36
* MDEV-16721: Assertion `ctx.compare_type_handler()->cmp_type() != STRING_RESULT'Galina Shalygina2018-07-272-0/+28
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-2533-61/+441
|\
| * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2018-07-242-1/+24
| |\
| | * MDEV-16814 CREATE TABLE SELECT JSON_QUOTE(multibyte_charset_expr) makes a fie...Alexander Barkov2018-07-242-1/+23
| * | MDEV-16729 VARCHAR COMPRESSED is created with a wrong length for multi-byte c...Alexander Barkov2018-07-242-0/+25
| * | Merge 10.2 into 10.3Marko Mäkelä2018-07-236-0/+93
| |\ \ | | |/
| | * Corrected and added back the test case for MDEV-15151.Igor Babaev2018-07-202-0/+65
| | * MDEV-16192 Table 't' is specified twice, both as a target for 'CREATE' and...Sachin2018-07-184-0/+28
| * | rpl_row_001.test failed in internal checkMonty2018-07-142-0/+16
| * | Merge 10.2 into 10.3Marko Mäkelä2018-07-071-2/+2
| |\ \ | | |/
| | * MDEV-16664: Change the default to innodb_lock_schedule_algorithm=fcfsMarko Mäkelä2018-07-071-2/+2
| * | Merge 10.2 into 10.3Marko Mäkelä2018-07-066-55/+77
| |\ \ | | |/
| | * MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-062-2/+74
| | * MDEV-14188 mariabackup.incremental_encrypted wrong resultMarko Mäkelä2018-07-062-0/+2
| | * Removed the test case for MDEV-15151 for the following reasons:Igor Babaev2018-07-052-52/+0
| * | Merge 10.2 into 10.3Marko Mäkelä2018-07-055-21/+143
| |\ \ | | |/
| | * Clean up a testMarko Mäkelä2018-07-052-7/+7
| | * Implement a parameter for wait_all_purged.incMarko Mäkelä2018-07-052-2/+10
| | * MDEV-16629 "Table Does Not Exist" Error from Recursive CTE Query Inside FunctionIgor Babaev2018-07-052-0/+130
| * | MDEV-16675 Unnecessary explicit lock acquisition during UPDATE or DELETEMarko Mäkelä2018-07-035-22/+52
| * | Merge 10.2 into 10.3Marko Mäkelä2018-07-037-13/+62
| |\ \ | | |/
| | * MDEV-16571 - some backup tests sometimes with missing data after restore.Vladislav Vaintroub2018-07-023-5/+1
| | * MDEV-16630: Ambiguous error message when check constraint matches table nameAnel Husakovic2018-07-014-8/+61
* | | MDEV-15759 Expect "Impossible WHERE" for indexed_int_column=out_of_range_int_...Alexander Barkov2018-07-195-2/+61
* | | Adding forgotten "include/have_debug.inc" into type_temporal_mysql56_debug.testAlexander Barkov2018-07-101-0/+2
* | | MDEV-16542 Fix ALTER TABLE FORCE to upgrade temporal typesAlexander Barkov2018-07-092-0/+521
* | | A fix moved from sql_yacc.yy to sql_yacc_ora.yy.Oleksandr Byelkin2018-07-062-0/+14
* | | Added new warnings for windows specific test.Oleksandr Byelkin2018-07-061-0/+10
* | | MDEV-15473 Isolate/sandbox PAM modules, so that they can't crash the serverAlexey Botchkov2018-07-042-4/+2
* | | MDEV-15471 Isolate/sandbox PAM modules, so that they can't crash the serverAlexey Botchkov2018-07-045-24/+29
* | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-04184-571/+6768