summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-515 InnoDB bulk insert10.6-MDEV-515Thirunarayanan Balathandayuthapani2020-12-2180-157/+767
* Merge 10.5 into 10.6Marko Mäkelä2020-12-181-7/+8
|\
| * MDEV-24426 fixup: Assertion failure on shutdownMarko Mäkelä2020-12-181-3/+2
* | Merge 10.5 into 10.6bb-10.6-MDEV-24426Marko Mäkelä2020-12-1727-103/+266
|\ \ | |/
| * MDEV-24426 fil_crypt_thread keep spinning even if innodb_encryption_rotate_ke...bb-10.5-MDEV-24426Marko Mäkelä2020-12-172-20/+39
| * Contain AIX perrorEtienne Guesnet2020-12-161-7/+13
| * Fix build on GCC 5Etienne Guesnet2020-12-161-1/+1
| * Add LARGE_FILES flag for GCC AIX buildEtienne Guesnet2020-12-161-2/+2
| * Add -berok for head test on AIXEtienne Guesnet2020-12-161-0/+5
| * Parse GSSAPI flags on AIXEtienne Guesnet2020-12-161-1/+5
| * Add flags for AIX buildEtienne Guesnet2020-12-161-0/+7
| * Remove -Werror for AIXEtienne Guesnet2020-12-161-1/+5
| * AIX workaround for GCC include bugEtienne Guesnet2020-12-161-0/+6
| * AIX workaround for GCC TOC bugEtienne Guesnet2020-12-162-0/+6
| * Support of AIX for auth_socket pluginEtienne Guesnet2020-12-162-0/+20
| * Add build on AIXEtienne Guesnet2020-12-1614-68/+81
| * MDEV-24366 Use environment variables as S3 test case variableszhaorenhai2020-12-153-16/+92
| * MDEV-23659 Update Galera disabled.def fileStepan Patryshev2020-12-141-1/+0
* | Speed up mariabackup.xb_compressed_encryptedMarko Mäkelä2020-12-161-1/+1
* | MDEV-24167 fixup: Wake up all update_lock() in u_unlock()Marko Mäkelä2020-12-162-11/+5
* | MDEV-21452: Retain the watchdog only on dict_sys.mutex, for performancebb-10.6-MDEV-21452-2Marko Mäkelä2020-12-156-148/+30
* | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-15117-5085/+1500
* | MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_arrayMarko Mäkelä2020-12-1536-2542/+16
* | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-1554-1798/+1391
* | Fix the SRW_LOCK_DUMMY build with PLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-12-151-0/+1
* | MDEV-24410: Bug in SRW_LOCK_DUMMY rw_lock_t wrapperMarko Mäkelä2020-12-151-2/+2
* | MDEV-24142/MDEV-24167 fixup: Split ssux_lock and srw_lockMarko Mäkelä2020-12-153-78/+205
* | MDEV-23659 Update Galera disabled.def fileStepan Patryshev2020-12-141-1/+0
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-1414-100/+82
|\ \ | |/
| * MDEV-24313 fixup: GCC 8 -WconversionMarko Mäkelä2020-12-141-4/+4
| * MDEV-24313 fixup: GCC -WparenthesesMarko Mäkelä2020-12-141-1/+2
| * MDEV-24313 (2 of 2): Silently ignored innodb_use_native_aio=1bb-10.5-MDEV-24313Marko Mäkelä2020-12-1410-83/+58
| * MDEV-24313 (1 of 2): Hang with innodb_write_io_threads=1Marko Mäkelä2020-12-143-3/+3
| * MDEV-24391 heap-use-after-free in fil_space_t::flush_low()bb-10.5-MDEV-24391Marko Mäkelä2020-12-115-15/+21
* | MDEV-24353: Adding GROUP BY slows down a queryVarun Gupta2020-12-113-3/+45
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-092-18/+0
|\ \ | |/
| * Remove unused DBUG_EXECUTE_IF "ignore_punch_hole"Marko Mäkelä2020-12-092-18/+0
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-0920-167/+333
|\ \ | |/
| * MDEV-12227 Defer writes to the InnoDB temporary tablespacebb-10.5-MDEV-24369Marko Mäkelä2020-12-096-42/+79
| * Fix -Wunused-but-set-variableMarko Mäkelä2020-12-081-3/+12
| * MDEV-24369 Page cleaner sleeps despite innodb_max_dirty_pages_pct_lwm being e...Marko Mäkelä2020-12-081-32/+18
| * MDEV-24351: S3, same-backend replication: Dropping a table on master...Sergei Petrunia2020-12-085-4/+73
| * Simplify clang workarounds.Vladislav Vaintroub2020-12-071-9/+2
| * MDEV-24350 buf_dblwr unnecessarily uses memory-intensive srv_stats countersbb-10.5-MDEV-24350Marko Mäkelä2020-12-045-22/+45
| * MDEV-24348 InnoDB shutdown hang with innodb_flush_sync=0Marko Mäkelä2020-12-044-0/+23
| * Fixed usage of not initialized memory in LIKE ... ESCAPEMonty2020-12-032-65/+91
* | MDEV-24142: Avoid block_lock alignment loss on 64-bit systemsMarko Mäkelä2020-12-032-4/+4
* | MDEV-24142: Remove INFORMATION_SCHEMA.INNODB_MUTEXESMarko Mäkelä2020-12-0323-533/+46
* | MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lockMarko Mäkelä2020-12-0328-313/+104
* | MDEV-24142: Remove the LatchDebug interface to rw-locksMarko Mäkelä2020-12-0331-561/+33