summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24258 fixup: Throttle purge with exclusive dict_sys.latchst-10.6-MDEV-24258Marko Mäkelä2021-09-021-4/+15
* After-merge fix e94172c2a07f21118d26e4cde0c48a2fd536cf06: unit.conc_cursorMarko Mäkelä2021-09-011-0/+0
* MDEV-25919 fixup: set_current_thd() is not definedMarko Mäkelä2021-08-311-0/+1
* Merge 10.5 into 10.6Marko Mäkelä2021-08-311-1/+1
|\
| * MDEV-26511 - Do not change purge thread count during bootstrapbb-10.5-MDEV-26511Vladislav Vaintroub2021-08-311-1/+1
* | MDEV-4750 follow-up: Reduce disabling innodb_stats_persistentMarko Mäkelä2021-08-31131-1788/+2201
* | MDEV-25919: Replace dict_table_t::stats_bg_flag with MDLMarko Mäkelä2021-08-318-338/+167
* | MDEV-25919: Lock tables before acquiring dict_sys.latchMarko Mäkelä2021-08-3148-853/+1111
* | MDEV-25919 preparation: Various cleanupMarko Mäkelä2021-08-3122-327/+153
* | MDEV-19505 Do not hold mutex while calling que_graph_free()Marko Mäkelä2021-08-318-103/+36
* | MDEV-24258 Merge dict_sys.mutex into dict_sys.latchMarko Mäkelä2021-08-3146-728/+653
* | MDEV-24258 preparation: Remove dict_sys.freeze() and unfreeze()Marko Mäkelä2021-08-313-32/+40
* | MDEV-25691 fixup: Avoid MDL acquisition in purgeMarko Mäkelä2021-08-311-16/+4
* | Merge 10.5 into 10.6Marko Mäkelä2021-08-3122-375/+105
|\ \ | |/
| * 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
* | | | | bugfix: don't filter out lzma from rpm dependenciesSergei Golubchik2021-08-281-1/+1
* | | | | remove tokudb tests (fix bad merge)Sergei Golubchik2021-08-282-24/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-2615-48/+94
|\ \ \ \ \ | |/ / / /
| * | | | 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.5 into 10.6Marko Mäkelä2021-08-255-9/+11
|\ \ \ \ \ | |/ / / /
| * | | | 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.5 into 10.6Marko Mäkelä2021-08-2321-474/+565
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |\ \ \ | | | |/ /