summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Added missing include files to check for debug_synccodership-10.1-MDEV-22763Julius Goryavsky2020-06-032-0/+6
* Merge branch '10.1-MDEV-22763' of https://github.com/codership/mariadb-server...Julius Goryavsky2020-06-035-0/+742
|\
| * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-035-0/+742
* | MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-284-3/+197
|/
* MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-262-0/+704
* Merge 5.5 into 10.1Marko Mäkelä2020-05-262-0/+4
|\
| * MDEV-22513 main.processlist_notembedded Timeout in wait_until_count_sessionsMarko Mäkelä2020-05-262-0/+4
* | MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-263-0/+42
* | 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/+132
* | MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
* | 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-22520 Assertion `gathered_length == thd->lex->comment.length` failed in ...Andrei Elkin2020-05-182-0/+8
* | MDEV-21976: mtr main.udf - broaden localhost (#1543)Daniel Black2020-05-182-4/+4
* | MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-152-0/+50
* | MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-142-0/+56
* | MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-142-0/+30
* | MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-142-0/+765
* | Merge branch '10.1-release' into 10.1Oleksandr Byelkin2020-05-119-346/+413
|\ \
| * | cleanup: foreign-keys.test vs foreign_key.testmariadb-10.1.45Sergei Golubchik2020-05-086-377/+371
| * | MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-082-1/+48
| * | MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-062-0/+44
| * | Merge branch '5.5' into 10.1Sergei Golubchik2020-05-062-3/+9
| |\ \ | | |/
| | * MDEV-21462: Actually test for the original bugmariadb-5.5.68Marko Mäkelä2020-05-061-1/+1
| | * MDEV-21462 main.processlist_notembedded fails to clean upMarko Mäkelä2020-05-062-3/+9
| * | List of unstable tests for 10.1.45 releaseElena Stepanova2020-05-051-57/+33
* | | 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
|/ /
* | MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-042-0/+23
* | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-307-5/+80
|\ \ | |/
| * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-302-0/+49
| * Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSSergei Golubchik2020-04-292-1/+26
| * Fix failure for ipv6 not enabledAnel Husakovic2020-04-242-3/+4
| * Fix wrong argument size passed to --parent-pid strncmp checkDisconnect3d2020-04-161-1/+1
* | mysql-test-run.pl - fix strict subs in HAVE_WIN32_CONSOLE (#1521)Daniel Black2020-04-301-0/+2
* | mysql-test-run.pl - show remaining test count and estimated time on WindowsVladislav Vaintroub2020-04-291-12/+33
* | InnoDB 5.6.48Marko Mäkelä2020-04-288-3/+1539
|\ \
| * | MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-285-0/+1536
|/ /
* | XtraDB 5.6.47-87.0Marko Mäkelä2020-04-272-2/+2
* | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-0/+1
* | MDEV-22349 MTR re-bootstrap modifies environment variable MYSQLD_BOOTSTRAP_CMDElena Stepanova2020-04-231-1/+2
* | mtr: Only old windows patch-2.5.9 needs --binaryDaniel Black2020-04-141-2/+5
* | Merge 5.5 into 10.1Marko Mäkelä2020-04-143-0/+56
|\ \ | |/