summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | MDEV-26175 : Assertion `! thd->in_sub_stmt' failed in bool trans_rollback_stm...Jan Lindström2023-04-114-1/+59
| | * | | fix typolilinjie2023-04-102-2/+2
| | * | | MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministicAlexander Barkov2023-04-065-0/+213
| | * | | MDEV-30072 Wrong ORDER BY for a partitioned prefix key + NOPADAlexander Barkov2023-04-062-0/+72
| | * | | MDEV-25887 "Got notification message from PID xxxx, but reception only permit...Sergei Golubchik2023-04-051-0/+6
* | | | | MDEV-31114 Assertion !...is_waiting() failed in os_aio_wait_until_no_pending_...Marko Mäkelä2023-04-249-26/+29
* | | | | MDEV-30996 insert.. select in presence of full text index freezes all other ...Thirunarayanan Balathandayuthapani2023-04-2411-109/+552
* | | | | MDEV-26782 InnoDB temporary tablespace: reclaiming of free space does not workMarko Mäkelä2023-04-214-64/+78
* | | | | Cleanup: MONITOR_EXISTING trx_undo_slots_used, trx_undo_slots_cachedMarko Mäkelä2023-04-216-22/+33
* | | | | MDEV-29593 Purge misses a chance to free not-yet-reused undo pagesMarko Mäkelä2023-04-212-117/+116
* | | | | MDEV-26827 fixup: hangs and !os_aio_pending_writes() assertion failuresMarko Mäkelä2023-04-212-5/+4
* | | | | MDEV-31084 assert(waiting) failed in TP_connection_generic::wait_endMarko Mäkelä2023-04-211-2/+6
* | | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-2110-21/+165
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-30753 fixup: Unsafe buffer page restorationMarko Mäkelä2023-04-211-2/+13
| * | | | MDEV-30804 Rollback multi-engine transaction requiring 2PC but committing in ...Denis Protivensky2023-04-194-1/+52
| * | | | MDEV-30542 Add multilength spider self-reference detection testYuchen Pei2023-04-192-0/+50
| * | | | MDEV-30605: Wrong result while using index for group-bySergei Petrunia2023-04-183-18/+51
* | | | | MDEV-26827 fixup: Fix os_aio_wait_until_no_pending_writes()Marko Mäkelä2023-04-201-2/+1
* | | | | MDEV-30186: mtr: Use of uninitialized value $test_name in substitutionDaniel Black2023-04-201-0/+5
* | | | | Revert "MDEV-30186 Use of uninitialized value in substitution"Daniel Black2023-04-201-12/+13
* | | | | MDEV-26827 fixup: Do not hog buf_pool.mutexMarko Mäkelä2023-04-191-9/+19
* | | | | MDEV-31080 fil_validate() failures during deferred tablespace recoveryMarko Mäkelä2023-04-196-42/+62
* | | | | MDEV-30863 fixup: Assertion failure when using innodb_undo_tablespaces=0Marko Mäkelä2023-04-191-6/+5
* | | | | MDEV-30863 fixup: Hang in a debug buildMarko Mäkelä2023-04-191-1/+1
* | | | | MDEV-30863 Server freeze, all threads in trx_assign_rseg_low()Marko Mäkelä2023-04-183-16/+8
* | | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-181-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix compilation on gcc 11.2.0Sergei Petrunia2023-04-131-2/+2
* | | | | [MDEV-30854] Do not use " as string delimiter in mariadb-tzinfo-to-sqlDaniel Lenski2023-04-182-23/+23
* | | | | MDEV-28777 binlog.binlog_truncate_multi_engine failed in bb with Lost connectionAndrei2023-04-171-3/+5
* | | | | MDEV-30687: Make small facelifting to autobake-debs.sh (fix)Daniel Black2023-04-171-6/+11
* | | | | MDEV-31049 fil_delete_tablespace() returns wrong file handle if tablespace wa...Vlad Lesin2023-04-143-8/+20
* | | | | MDEV-30775 Performance regression in fil_space_t::try_to_close() introduced i...Vlad Lesin2023-04-142-4/+14
* | | | | MDEV-30687: Make small facelifting to autobake-debs.shTuukka Pasanen2023-04-141-9/+27
* | | | | MDEV-31045: Fix regression building on Ubuntu 18.04Tuukka Pasanen2023-04-131-1/+1
* | | | | MDEV-31048 PERFORMANCE_SCHEMA lakcs InnoDB read_slots and write_slotsMarko Mäkelä2023-04-133-24/+54
* | | | | MDEV-28974 fixup: Fix error and warning messagesMarko Mäkelä2023-04-131-6/+10
* | | | | MDEV-29273 Race condition between drop table and closing of tableThirunarayanan Balathandayuthapani2023-04-122-4/+12
* | | | | MDEV-26827 fixup: Do not duplicate io_slots::pending_io_count()Marko Mäkelä2023-04-1212-147/+104
* | | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-11348-6963/+11986
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-30415 MDEV-30415 PERIOD false positive overlap wtih utf8mb4_unicode_nopa...Alexander Barkov2023-04-062-0/+208
| * | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2023-04-0535-269/+918
| |\ \ \ \ | | |/ / /
| | * | | MDEV-29602 : Galera debug build crashes when the spider plugin is enabledJan Lindström2023-04-041-0/+3
| | * | | MDEV-30971 Add a new system variable aria_data_home_dirAlexander Barkov2023-04-0410-1/+203
| | * | | MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-0418-237/+659
| | * | | Make 'move_file' command more reliable in 3 innodb testsLorna Luo2023-04-034-26/+40
| | * | | Make 'move_file' command more reliable in mysqltestLorna Luo2023-04-031-2/+14
| * | | | MDEV-28641 : Query cache entries not invalidated on slave of a Galera clusterJan Lindström2023-04-045-1/+343
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-036-26/+38
| |\ \ \ \ | | |/ / /
| | * | | ensure that STRING_WITH_LEN is only used with string literalsSergei Golubchik2023-04-013-7/+23
| | * | | MDEV-13255 main.status failed in buildbotSergei Golubchik2023-04-011-7/+2