summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22545 post-fix: Fix a test resultMarko Mäkelä2020-05-251-1/+1
* MDEV-22461: JOIN::make_aggr_tables_info(): Assertion `select_options & (1ULL ...Varun Gupta2020-05-252-0/+39
* MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-243-3/+3
* Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-232-0/+28
* MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-226-0/+189
* Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-222-0/+153
|\
| * MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-222-0/+153
* | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-205-0/+130
|\ \ | |/
| * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-205-0/+132
| * MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
* | MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-204-6/+13
|\ \ | |/
| * MDEV-22258 Limit innodb_encryption_threads to 255Marko Mäkelä2020-05-201-1/+1
| * MDEV-22472 rpl.rpl_fail_register failed in buildbot with wrong resultAndrei Elkin2020-05-191-2/+1
| * MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
| * MDEV-22631 some test causes MTR interruption without generating summary and XMLRasmus Johansson2020-05-192-3/+11
* | MDEV-18838 : galera.galera_toi_truncate: Test failure: mysqltest: query 'reap...Jan Lindström2020-05-202-28/+18
* | MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
* | Don't run main.sp2 in emebedded serverMonty2020-05-191-0/+2
* | MDEV-22591 Debug build crashes on EXECUTE IMMEDIATE '... WHERE ?' USING IGNOREAlexander Barkov2020-05-192-0/+34
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-192-0/+8
|\ \ | |/
| * MDEV-22520 Assertion `gathered_length == thd->lex->comment.length` failed in ...Andrei Elkin2020-05-182-0/+8
* | Fixed assert in Aria on SHOW PROCEDURE STATUSMonty2020-05-192-0/+55
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-182-4/+4
|\ \ | |/
| * MDEV-21976: mtr main.udf - broaden localhost (#1543)Daniel Black2020-05-182-4/+4
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-162-0/+113
|\ \ | |/
| * MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-152-0/+50
* | MDEV-13626: Make test more robustMarko Mäkelä2020-05-151-0/+4
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-152-0/+56
|\ \ | |/
| * MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-142-0/+56
* | MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-152-96/+0
* | Fix for using uninitialized memoryMonty2020-05-152-40/+12
* | Fixed bugs found by valgrindMonty2020-05-151-0/+2
* | MDEV-21336 Memory leaks related to innodb_debug_syncMarko Mäkelä2020-05-143-121/+0
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-142-0/+30
|\ \ | |/
| * MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-142-0/+30
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-142-0/+765
|\ \ | |/
| * MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-142-0/+765
* | Ensure that auto_increment fields are marked properly on updateMonty2020-05-135-0/+43
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-135-9/+14
|\ \ | |/
| * Merge branch '10.1-release' into 10.1Oleksandr Byelkin2020-05-119-346/+413
| |\
| * | MDEV-22501 Various issues when using --innodb-data-file-size-debug=-1Marko Mäkelä2020-05-081-1/+1
| * | Windows, mtr : Fix "Subroutine HAVE_WIN32_CONSOLE redefined at (eval 25) line...Vladislav Vaintroub2020-05-071-1/+1
| * | MDEV-22344: Fix typos in commentsAnel Husakovic2020-05-062-2/+2
| * | postfix after e3f5789ac0b2 - var/log/stdout.log contains escape sequences.Vladislav Vaintroub2020-05-051-1/+1
| * | MDEV-22273 jUnit patch: xml test result differs from MTR output in case if retryRasmus Johansson2020-05-042-4/+8
| * | MDEV-22270 JUnit patch: test name contains classnameRasmus Johansson2020-05-041-0/+1
* | | Merge branch '10.2-release' into 10.2Oleksandr Byelkin2020-05-119-178/+745
|\ \ \
| * \ \ Merge branch '10.1' into 10.2mariadb-10.2.32Oleksandr Byelkin2020-05-086-5/+503
| |\ \ \ | | | |/ | | |/|
| | * | cleanup: foreign-keys.test vs foreign_key.testmariadb-10.1.45Sergei Golubchik2020-05-086-377/+371