summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26527 speedup appveyor buildbb-10.6-appveyorVladislav Vaintroub2021-09-062-18/+45
* MDEV-26527 speedup appveyor buildVladislav Vaintroub2021-09-062-13/+30
* MDEV-26527 speedup appveyor buildVladislav Vaintroub2021-09-061-6/+6
* MDEV-26527 speedup appveyor buildVladislav Vaintroub2021-09-062-2/+3
* Merge 10.5 into 10.6Marko Mäkelä2021-09-0622-91/+256
|\
| * 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
* | fix Binary_string::c_ptr and c_ptr_safeSergei Golubchik2021-09-051-2/+2
* | cleanup: only do work when neededSergei Golubchik2021-09-051-4/+3
* | Fix Windows warnings and tests for -DPLUGIN_PERFSCHEMA=NOVladislav Vaintroub2021-09-055-12/+15
* | Fix warnings from -DPLUGIN_PARTITION=NO, portably.Vladislav Vaintroub2021-09-053-3/+7
* | MDEV-26538 Incorrect error condition check for ReadFile (named pipes)Vladislav Vaintroub2021-09-041-1/+1
* | MDEV-25919 fixup: MSAN and Valgrind errors related to statisticsMarko Mäkelä2021-09-043-7/+12
* | MDEV-4750 fixup: main.backup_lock result differenceMarko Mäkelä2021-09-032-18/+30
* | MDEV-24258 fixup: Throttle purge with exclusive dict_sys.latchMarko Mäkelä2021-09-021-0/+6
* | 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