summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | MDEV-22779: Fix a memory leak in the unit testMarko Mäkelä2020-07-011-0/+2
* | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-01129-138/+1426
|\ \ | |/
| * MDEV-23003 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION requires SUPER in...Eugene Kosov2020-06-301-1/+1
| * signal handler: use mariadb kb URL rather than MySQL oneDaniel Black2020-06-291-1/+1
| * MDEV-17606: Query returns wrong results (while using CHARACTER SET utf8)Varun Gupta2020-06-273-1/+32
| * MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflict...Sujatha2020-06-251-0/+6
| * Merge branch '10.1-MDEV-22763' of https://github.com/codership/mariadb-server...10.1-MDEV-22763Julius Goryavsky2020-06-250-0/+0
| |\
| | * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-0311-12/+978
| * | MDEV-22950 followupVladislav Vaintroub2020-06-251-1/+4
| * | MDEV-22706: Assertion `!current' failed in PROFILING::start_new_querySujatha2020-06-253-8/+58
| * | Test fixes.Jan Lindström2020-06-245-0/+9
| * | MTR tests to test Galera fix for node joining over several configurationAlexey Yurchenko2020-06-246-0/+979
| * | Fix result of merge.Oleksandr Byelkin2020-06-231-5/+1
| * | mtr: use env for perlDaniel Black2020-06-2397-97/+97
| * | Disable dtrace probes on Windows.Vladislav Vaintroub2020-06-201-1/+2
| * | MDEV-22950 : fix race condition in dbugVladislav Vaintroub2020-06-201-2/+2
| * | MDEV-22941 Assertion `idx < array.elements' failed in Dynamic_array<st_mysql_...Alexander Barkov2020-06-193-13/+49
| * | MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-163-2/+161
| * | Check for krb5_xfree instead of krb5_free_unparsed_nameVicențiu Ciorbaru2020-06-152-4/+4
* | | MDEV-22852: SIGSEGV in sortlength (optimized builds)Varun Gupta2020-07-013-1/+32
* | | MDEV-22984: Throw an error when arguments to window functions are window func...Varun Gupta2020-06-303-0/+24
* | | speed up fil_validate() in debug buildsEugene Kosov2020-06-301-13/+4
* | | MDEV-22726: Add check that one can't change general or slow log to aVlad Lesin2020-06-244-0/+23
* | | MDEV-22179 rr support for mtrAleksey Midenkov2020-06-241-10/+10
* | | MDEV-21709 ZFS snapdir=visible breaks Galera rsync SST replcationVincent Milum Jr2020-06-241-1/+3
* | | Test case cleanups.Jan Lindström2020-06-235-1/+114
* | | MDEV-21759 galera.galera_parallel_autoinc_manytrx sporadic failures.MikkoJaakola2020-06-232-0/+4
* | | Fix include statements in galera_ipv6_mariabackup_section andAlexey Yurchenko2020-06-232-2/+2
* | | MDEV-22125 : galera.galera_drop_multi MTR failed: InnoDB: MySQL is trying to ...Jan Lindström2020-06-232-0/+45
* | | MDEV-20928 : Galera test failure on galera.galera_var_innodb_disallow_writes:...Jan Lindström2020-06-233-18/+25
* | | MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean valuesAlexander Barkov2020-06-224-0/+62
* | | MDEV-22179 rr support for mtr reviewAleksey Midenkov2020-06-221-15/+17
* | | MDEV-22179 rr(record and replay) support for mtrSachin2020-06-221-2/+32
* | | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-186-24/+51
* | | MDEV-21695 Server crashes in TABLE::evaluate_update_default_function upon UPD...Alexander Barkov2020-06-173-0/+39
* | | Add global ignore for Sending JOIN failed warning.Jan Lindström2020-06-161-1/+1
* | | Add missing include as test requires galera debug libraryJan Lindström2020-06-151-0/+2
* | | MDEV-22779: Crash: Prepared Statement ..., part #2.Sergei Petrunia2020-06-141-0/+3
* | | MDEV-22779: Crash: Prepared Statement with a '?' parameter inside a re-used CTESergei Petrunia2020-06-143-0/+55
* | | MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* | | MDEV-21217 innodb_force_recovery=2 may wrongly abort rollbackMarko Mäkelä2020-06-133-1/+52
* | | Fix wrong merge of commit d218d1aa49e848cef2bdbe83bbaf08e474d5209cVicențiu Ciorbaru2020-06-123-9/+4
* | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-1119-61/+207
|\ \ \ | |/ /
| * | MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-113-16/+58
| * | MDEV-22834: Disks plugin - change datatype to bigintVicențiu Ciorbaru2020-06-102-9/+10
| * | MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-103-3/+42
| * | Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-103-13/+1
| * | MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-093-1/+13
| * | MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
| * | Client spelling mistakesIan Gilfillan2020-06-087-32/+32