summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...10.1-mdev22715Varun Gupta2020-06-034-1/+70
* MDEV-19474: Histogram statistics are used even with optimizer_use_condition_s...Varun Gupta2020-06-015-6/+98
* MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-05-2920-45/+126
* MDEV-17606: Query returns wrong results (while using CHARACTER SET utf8)Varun Gupta2020-05-263-1/+32
* MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-264-0/+43
* MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-224-60/+286
* MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-206-1/+135
* MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
* MDEV-22258 Limit innodb_encryption_threads to 255Marko Mäkelä2020-05-203-3/+3
* 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-183-1/+10
* 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-154-4/+63
* MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-143-3/+62
* MDEV-22070 MSAN use-of-uninitialized-value in encryption.innodb-redo-badkeyMarko Mäkelä2020-05-142-6/+14
* MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-143-0/+32
* MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-143-0/+768
* Merge branch '10.1-release' into 10.1Oleksandr Byelkin2020-05-1113-348/+436
|\
| * 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-083-1/+57
| * MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-063-0/+47
| * 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
| * | MDEV-21437 MariaDB's SUSE/SLES packages don't "provide" all of the same capab...Sergei Golubchik2020-05-052-2/+11
| * | List of unstable tests for 10.1.45 releaseElena Stepanova2020-05-051-57/+33
* | | bump the VERSIONDaniel Bartholomew2020-05-111-1/+1
* | | MDEV-22501 Various issues when using --innodb-data-file-size-debug=-1Marko Mäkelä2020-05-083-3/+3
* | | MDEV-22497 [ERROR] InnoDB: Unable to purge a recordMarko Mäkelä2020-05-072-82/+48
* | | 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-063-4/+4
* | | 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-044-14/+101
* | Merge branch 'merge-pcre' into 10.1Oleksandr Byelkin2020-04-3024-2517/+2544
|\ \
| * | 8.44Oleksandr Byelkin2020-04-3047-2780/+3636
* | | Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2020-04-302-4/+8
|\ \ \
| * | | - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu...Olivier Bertrand2020-03-112-4/+8
* | | | Merge branch 'merge-tokudb-5.6' into 10.1Oleksandr Byelkin2020-04-301-1/+1
|\ \ \ \
| * | | | 5.6.47-87.0Oleksandr Byelkin2020-04-301-1/+1
* | | | | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-3020-121/+372
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENTSergei Golubchik2020-04-304-85/+234
| * | | | correct off-by-one error in CONCATSergei Golubchik2020-04-301-1/+1
| * | | | Bug#30689251 - BACKPORT TO MYSQL-5.6, BUG#29597896 - NULL POINTER DEREFERENCE...Anushree Prakash B2020-04-301-3/+17
| * | | | Bug#30628268: OUT OF MEMORY CRASHSivert Sorumgard2020-04-301-1/+3
| * | | | Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-305-1/+52
| * | | | cleanup: remove dbug keywords that are never usedSergei Golubchik2020-04-291-33/+0