summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | MDEV-23067 Windows : manually registered services rejected mysql_upgrade_serviceVladislav Vaintroub2020-07-011-19/+19
| | | | | * | MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-07-011-7/+15
| | | | * | | MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-07-021-0/+1
| | | | * | | MDEV-20377: Fix -Wunused-but-set-variableMarko Mäkelä2020-07-011-17/+8
| | | | * | | MDEV-20428 after-merge fix: Stabilize the testMarko Mäkelä2020-07-012-6/+6
| | | | * | | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-0141-447/+368
| | | | * | | MDEV-21222 mariabackup.incremental_backup failed with memory allocation failureSergei Golubchik2020-07-011-0/+5
| | | | * | | 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
| | | * | | | | make rocksdb cmake checks less verbose on repeatSergei Golubchik2020-07-014-61/+42
| | | * | | | | Fix RocksDB detection of ZSTDOtto Kekäläinen2020-07-012-3/+3
| | | * | | | | MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2020-06-272-0/+4
| | | * | | | | MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space == fil_system.temp_sp...Eugene Kosov2020-06-272-6/+19