summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24480 Added wait condition to make sure table t1 is replicated to node_2.bb-10.5-MDEV-24480Stepan Patryshev2021-01-041-0/+3
* MDEV-20386: Allow RDRAND, RDSEED WITH_MSANMarko Mäkelä2021-01-011-27/+28
* WolfSSL v4.6.0-stableMarko Mäkelä2021-01-013-4/+4
* Travis-CI: Optimize rate of false negatives vs true failuresOtto Kekäläinen2020-12-261-4/+4
* Deb: Remove PLUGIN_COLUMNSTORE=YES, it will build by default anywayOtto Kekäläinen2020-12-231-6/+0
* Fix commit 113f18686d0 and d1809097966: PLUGIN_COLUMNSTORE=NO by defaultOtto Kekäläinen2020-12-232-7/+8
* Merge 10.4 into 10.5Marko Mäkelä2020-12-232-3/+4
|\
| * MDEV-24333 Data race in os_file_pread at os/os0file.cc:3308 on os_n_file_readsEugene Kosov2020-12-032-3/+5
* | MDEV-24364 Alter rename table does not remove PFS shareAleksey Midenkov2020-12-223-0/+23
* | Fix previous commit: PLUGIN_COLUMNSTORE=YES can only be active on amd64Otto Kekäläinen2020-12-212-5/+4
* | Salsa-CI: Copy most of Salsa-CI from Debian 10.5Otto Kekäläinen2020-12-212-443/+474
* | Deb: Don't build ColumnStore in native builds, only in autobake-deb.shOtto Kekäläinen2020-12-212-0/+6
* | Deb: Run 'wrap-and-sort -av' to debian/ contents is easier to compareOtto Kekäläinen2020-12-213-30/+30
* | MDEV-24448 srv_start(): Assertion !buf_pool.any_io_pending()Marko Mäkelä2020-12-211-1/+1
* | cleanup: plugin.cmakeSergei Golubchik2020-12-213-12/+17
* | MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-212-91/+65
* | increase INET6 plugin maturitySergei Golubchik2020-12-212-2/+2
* | cleanup: DBUG_ASSERT && log.ccSergei Golubchik2020-12-211-12/+16
* | MDEV-24455 Assertion `!m_freed_space' failed in mtr_t::startMarko Mäkelä2020-12-213-0/+16
* | MDEV-24445 Using innodb_undo_tablespaces corrupts system tablespaceMarko Mäkelä2020-12-189-104/+83
* | MDEV-24442 Assertion space->referenced() failed in fil_crypt_space_needs_rota...Marko Mäkelä2020-12-182-16/+19
* | MDEV-24426 fixup: Assertion failure on shutdownMarko Mäkelä2020-12-181-3/+2
* | 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
* | 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
* | Remove unused DBUG_EXECUTE_IF "ignore_punch_hole"Marko Mäkelä2020-12-092-18/+0
* | 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