summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23836: Assertion `! is_set() || m_can_overwrite_status' inbb-10.5-MDEV-23836Rucha Deodhar2021-09-074-2/+44
* MDEV-26547 Restoring InnoDB buffer pool dump is single-threaded for no reasonMarko Mäkelä2021-09-064-18/+16
* MDEV-26533 fixup: GCC -WformatMarko Mäkelä2021-09-061-2/+2
* MDEV-25684 Crash in THD::find_temporary_table while calling spider_direct_sql...bb-10.5-mdev-25684Nayuta Yanagisawa2021-09-064-0/+44
* MDEV-26533 MariaDB 10.5 crashes with key_buffer_size > 4Gb on Windows x64Vladislav Vaintroub2021-09-042-24/+23
* Fix create_background_thd()Vladislav Vaintroub2021-09-021-3/+6
* Added support for CHECK TABLE for S3 tablesMonty2021-09-017-30/+54
* Added support for ANALYZE TABLE to S3 tablesMonty2021-09-017-30/+121
* Added options s3_port and s3_use_http to aria_s3_copyMonty2021-09-012-8/+24
* MDEV-26511 - Do not change purge thread count during bootstrapbb-10.5-MDEV-26511Vladislav Vaintroub2021-08-311-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2021-08-3115-43/+74
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-08-3117-49/+80
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-08-3111-35/+40
| | |\
| | | * MDEV-26504 THD::copy_db_to() fails to return true if THD::db is nullMarko Mäkelä2021-08-301-3/+1
| | | * Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-304-12/+12
| | | * Update libmariadbMarko Mäkelä2021-08-301-0/+0
| | | * mtr: fix the check where a combination is pre-selectedSergei Golubchik2021-08-292-17/+11
| | | * typo fixedSergei Golubchik2021-08-261-1/+1
| | | * rocksdb: disable on arm64 except for LinuxDaniel Black2021-08-261-0/+9
| | | * Remove FLUSH PRIVILEGES from mysql_setpermissionMarek Kulik2021-08-251-1/+0
| | | * Fix mysql_setpermission hostname logicMarek Kulik2021-08-251-1/+6
| | * | MDEV 22785 Crash with prepared statements and NEXTVAL()Michael Widenius2021-08-264-6/+38
| | * | Fixed failing maria.repair testMichael Widenius2021-08-262-7/+2
* | | | MDEV-26511 Only allocate Innodb background purge thd, when it is safe.Vladislav Vaintroub2021-08-301-5/+22
* | | | MDEV-26438 cmake < 3.6.0 produced RPMs with invalid namesbb-10.5-abychkoAlexey Bychko2021-08-271-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-2614-49/+90
|\ \ \ \ | |/ / /
| * | | MDEV-26380 auth_pam_tool has incorrect permissions on CentOS 7Sergei Golubchik2021-08-251-6/+5
| * | | After-merge fix f84e28c119b495da77e197f7cd18af4048fc3126Marko Mäkelä2021-08-2512-46/+96
| * | | Fix clang -Wunused-but-set-variableMarko Mäkelä2021-08-251-6/+1
* | | | MDEV-26474: Fix mysql_setpermission hostname logicMarek Kulik2021-08-251-2/+6
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-255-9/+10
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-256-22/+23
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-08-251-1/+5
| | |\ \ | | | |/
| | | * MDEV-26109: s390x detected as 32bit in mtr testsDaniel Black2021-08-251-1/+5
| | * | Fixed compile errors when compiling with HAVE_valgrindMichael Widenius2021-08-243-6/+6
| | * | MDEV-26465 Race condition in trx_purge_rseg_get_next_history_log()st-10.3-markoMarko Mäkelä2021-08-231-2/+3
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-08-233-6/+2
| | |\ \ | | | |/
| | | * Disable 2 commonly failing innodb_gis testsMarko Mäkelä2021-08-231-0/+2
| | | * fix clang buildEugene Kosov2021-08-232-6/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-2314-498/+507
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-2314-2573/+1070
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-08-238-2562/+1041
| | |\ \ | | | |/
| | | * MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutexMarko Mäkelä2021-08-233-23/+25
| | | * MDEV-26383 ASAN heap-use-after-free failure in btr_search_lazy_freeThirunarayanan Balathandayuthapani2021-08-213-3/+18
| | | * Unused flag creates cleaning issue (piuparts)Faustin Lammler2021-08-201-6/+2
| | | * MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++st-10.2-MDEV-26443Marko Mäkelä2021-08-203-2581/+1017
| | | * CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRSbb-10.2-vicentiu-mrdanielnachun2021-08-191-2/+1
| | * | MDEV-26458 Crash on ALTER TABLE after DISCARD TABLESPACEMarko Mäkelä2021-08-233-0/+25
| | * | Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-234-9/+9
| * | | MDEV-19712 backup stages commented out.Vladislav Vaintroub2021-08-201-2/+0