summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculationMarko Mäkelä2021-09-103-7/+19
| * Speedup build of the MSI packageVladislav Vaintroub2021-09-101-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-09-094-54/+55
|\ \ | |/
| * fix main.truncate failures in --embeddedSergei Golubchik2021-09-094-54/+55
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-09-072-11/+68
|\ \ | |/
| * disable bzip2/lz4/lzo in rpm builds, distro dependentSergei Golubchik2021-09-071-0/+10
| * disable bzip2/lz4/lzo in bintar builds, as they always have beenSergei Golubchik2021-09-071-0/+6
| * MDEV-19227: mysql_plugin doesn't run bootstrap from sourceAnel Husakovic2021-09-071-11/+52
* | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-09-07169-2388/+4054
|\ \ | |/
| * MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-07151-2377/+3867
| * MDEV-23365: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'bb-10.2-MDEV-23365Rucha Deodhar2021-09-063-1/+54
| * disable cmake feature summary after the first runSergei Golubchik2021-09-061-1/+2
| * MDEV-12055 binlog.binlog_stm_ctype_ucs postfixDaniel Black2021-09-051-1/+1
| * MDEV-26529: binlog.binlog_flush_binlogs_delete_domain fails on RISC-Vbb-10.2-danielblack-MDEV-26529-riscv-test-failDaniel Black2021-09-061-1/+1
| * MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-025-1/+110
| * MDEV-26517 : Galera test failure on galera_fk_cascade_delete_debugJan Lindström2021-09-021-1/+1
| * MDEV-26521 Remove mdev-504.testVladislav Vaintroub2021-09-013-105/+0
| * Fix potential null pointer access after the allocation errorVladislav Vaintroub2021-09-011-0/+2
| * Cleanup - remove confusing comment.Vladislav Vaintroub2021-09-011-1/+0
| * MDEV-26514 Option to build a separate test zip package on WindowsElena Stepanova2021-09-011-1/+1
| * MDEV-26514 Option to build a separate test zip package on WindowsElena Stepanova2021-08-312-0/+12
| * disable bzip2, lzma, and lzo explicitly in debian release buildsSergei Golubchik2021-08-311-0/+4
* | MDEV-26362: incorrect nest_level value with INTERSECTbb-10.3-MDEV-26362Oleksandr Byelkin2021-09-052-2/+11
* | 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
* | 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.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
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-183-7/+10
|\ \ | |/