summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27263 Cluster bootstrap node shows duplicate wsrep allowlist IP warning ...bb-10.9-MDEV-27246-galera-allowlistmkaruza2022-03-315-9/+62
* MDEV-27246 Implement a method to add IPs to allowlist for Galera Cluster node...mkaruza2022-03-3121-18/+481
* MDEV-23479: Add a THD* argument to Item_func_or_sum::fix_length_and_dec()Rucha Deodhar2022-03-3025-444/+432
* MDEV-27990: Incorrect behavior of JSON_OVERLAPS() on warningRucha Deodhar2022-03-303-2/+8
* MDEV-27677: Implement JSON_OVERLAPS()Rucha Deodhar2022-03-305-0/+914
* Merge 10.8 into 10.9Marko Mäkelä2022-03-30191-1249/+4771
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-03-30126-881/+3585
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-03-30122-716/+3597
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-03-296-23/+26
| | | |\
| | | | * MDEV-28185 InnoDB generates redundant log checkpointsMarko Mäkelä2022-03-291-1/+8
| | | | * MDEV-17841 fixup: GCC -Wmaybe-uninitializedMarko Mäkelä2022-03-291-2/+2
| | | | * Cleanup: Replace log_sys.n_pending_checkpoint_writes with a BooleanMarko Mäkelä2022-03-294-18/+15
| | | | * MDEV-26626 fixup: SIGFPE during startupMarko Mäkelä2022-03-291-2/+1
| | | * | MDEV-27234 fixup with MDEV-27557Marko Mäkelä2022-03-291-0/+12
| | | * | Merge 10.5 into 10.6Marko Mäkelä2022-03-2990-237/+2936
| | | |\ \ | | | | |/
| | | | * Fix g++-12 -O2 -Wstringop-overflowMarko Mäkelä2022-03-291-3/+1
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-03-2986-246/+2870
| | | | |\
| | | | | * Disable failing Galera testsJan Lindström2022-03-292-0/+2
| | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-03-2966-198/+1973
| | | | | |\
| | | | | | * Merge 10.2 into 10.3Marko Mäkelä2022-03-2925-118/+326
| | | | | | |\
| | | | | | | * MDEV-27931: buf_page_is_corrupted() wrongly claims corruptionMarko Mäkelä2022-03-281-72/+24
| | | | | | | * MDEV-28177: server_audit; Update the offset of dbName on the aarch64 platform.hongdongjian2022-03-281-0/+6
| | | | | | | * MDEV-24667 LOAD DATA INFILE on temporary table not written to slave binlogSachin Kumar2022-03-255-3/+97
| | | | | | | * MDEV-14608: mysqlbinlog lastest backupfile size is 0Brandon Nesterenko2022-03-243-0/+53
| | | | | | | * Update contributorsIan Gilfillan2022-03-233-0/+6
| | | | | | | * MDEV-22742 UBSAN: Many overflow issues in strings/decimal.c - runtime error: ...Alexey Botchkov2022-03-211-9/+23
| | | | | | | * MDEV-27980 file-key-management plugin disabled in mysql_install_db breaks aut...Sergei Golubchik2022-03-211-1/+1
| | | | | | | * MDEV-27980 file-key-management plugin disabled in mysql_install_db breaks aut...Sergei Golubchik2022-03-201-1/+1
| | | | | | | * Fixed warning for maria.maria-recovery2 about crashed tablebb-10.2-montyMonty2022-03-181-4/+6
| | | | | | | * MDEV-28078 Garbage on multiple equal ENUMs with tricky character setsAlexander Barkov2022-03-174-3/+72
| | | | | | | * Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-173-26/+25
| | | | | | | * Fix gcc-12 -O2 -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+4
| | | | | | | * MDEV-28091 PERFORMANCE_SCHEMA unit tests fail due to memory misalignmentMarko Mäkelä2022-03-161-0/+14
| | | | | | * | MDEV-28178 Windows : sporadic ER_ERROR_ON_RENAME .. (errno: 13 "Permission de...Vladislav Vaintroub2022-03-281-3/+6
| | | | | | * | MDEV-27937 Assertion failure when executing prepared statement with ? in IN listIgor Babaev2022-03-255-6/+83
| | | | | | * | MDEV-21873: 10.2 to 10.3 upgrade doesn't remove semi-sync referenceRucha Deodhar2022-03-251-0/+7
| | | | | | * | MDEV-19804 sql_mode=ORACLE: call procedure in packagesAlexander Barkov2022-03-256-4/+311
| | | | | | * | MDEV-24845 Oddities around innodb_fatal_semaphore_wait_threshold and global.i...sjaakola2022-03-256-31/+350
| | | | | | * | MDEV-28166 sql_mode=ORACLE: fully qualified package function calls do not wor...Alexander Barkov2022-03-258-2/+519
| | | | | | * | DBAAS-7828: Primary/replica: configuration change of autocommit=0 can not be ...Brandon Nesterenko2022-03-244-1/+53
| | | | | | * | MDEV-25580: rpl.rpl_semi_sync_slave_compressed_protocol crashes because of wr...Brandon Nesterenko2022-03-241-0/+1
| | | | | | * | MDEV-24281 Reading from freed memory when running main.view with --ps-protocolIgor Babaev2022-03-233-1/+56
| | | | | | * | MDEV-27775 : Some Galera tests fail on FreeBSD due to "unknown signal 9"Jan Lindström2022-03-223-14/+3
| | | | | | * | MDEV-27775 : Some Galera tests fail on FreeBSD due to "unknown signal 9"Jan Lindström2022-03-221-1/+8
| | | | | | * | MDEV-28131 Unexpected warning while selecting from information_schema.process...Alexander Barkov2022-03-213-0/+65
| | | | | | * | MDEV-26009 Server crash when calling twice procedure using FOR-loopOleksandr Byelkin2022-03-213-0/+120
| | | | | | * | MDEV-28032 "git submodule update --depth 1" may fail with old GitSutou Kouhei2022-03-191-13/+22
| | | | | | * | MDEV-28095 crash in multi-update and implicit groupingSergei Golubchik2022-03-173-0/+39
| | | | | * | | MDEV-25912 wsrep does not identify checksummed events correctlymkaruza2022-03-281-0/+2
| | | | | * | | MDEV-17441 fixup: Remove unused my_atomic long macrosMarko Mäkelä2022-03-242-17/+1