summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29513 avoid useless os_thread_sleep() during srv_purge_shutdown()bb-10.5-wladVladislav Vaintroub2022-09-121-1/+1
* MDEV-24660 MYSQL_BIN_LOG::cleanup(): Assertion `b->xid_count == 0'Andrei2022-09-094-14/+110
* MDEV-29322 ASAN heap-use-after-free in Query_log_event::do_apply_eventAndrei2022-09-076-8/+416
* Merge branch '10.4' into 10.5Vladislav Vaintroub2022-09-072-16/+6
|\
| * MDEV-18353 - minor cleanupVladislav Vaintroub2022-09-072-16/+8
* | Deb: add kinetic to autobake (#2250)Daniel Black2022-09-071-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2022-09-0719-315/+569
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2022-09-0719-313/+567
| |\
| | * MDEV-29342 Assertion failure in file que0que.cc line 728Thirunarayanan Balathandayuthapani2022-09-063-1/+29
| | * MDEV-28827 Minor unsafe statement warning message improvementAndrei2022-09-031-1/+1
| | * MDEV-28530: Revoking privileges from a non-existing user on a master breaks r...Brandon Nesterenko2022-09-035-0/+143
| | * MDEV-27172 Prefix indices on Spider tables may lead to wrong query resultsNayuta Yanagisawa2022-09-017-251/+334
| | * MDEV-13668 fixup: Remove test work-aroundsMarko Mäkelä2022-08-312-11/+4
| | * MDEV-28592 disks plugin (postfix - remove tabs)Daniel Black2022-08-311-7/+7
* | | MDEV-29475 trx_undo_rseg_free() does not write redo logMarko Mäkelä2022-09-061-3/+2
* | | MDEV-29471 Buffer overflow in page_cur_insert_rec_low()Marko Mäkelä2022-09-061-1/+3
* | | Merge 10.4 into 10.5Jan Lindström2022-09-0540-149/+207
|\ \ \ | |/ /
| * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-3140-131/+188
* | | MDEV-29438 Recovery or backup of instant ALTER TABLE is incorrectMarko Mäkelä2022-09-052-5/+8
* | | MDEV-29418 linux uuid implementation returning non-hwaddr based suffixDaniel Black2022-08-311-1/+1
* | | Merge branch 10.4 into 10.5Daniel Black2022-08-316-56/+211
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Daniel Black2022-08-316-55/+211
| |\ \ | | |/
| | * MDEV-28592 disks plugin - getmntinfo (BSD) & getmntent (AIX)Daniel Black2022-08-316-55/+211
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-3016-38/+341
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-3012-39/+290
| |\ \ | | |/
| | * MDEV-13888: innodb_fts.innodb_fts_plugin failedMarko Mäkelä2022-08-302-25/+35
| | * MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-303-6/+33
| | * MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-305-8/+31
| | * MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014bb-10.3-elenstElena Stepanova2022-08-281-2/+2
| | * MDEV-29350 Crash when IN predicand is used in eliminated GROUP BY clauseIgor Babaev2022-08-253-1/+192
| * | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm...tmokmss2022-08-266-0/+52
* | | mariabackup: remove MySQL wordingDaniel Black2022-08-261-6/+6
* | | MDEV-23607 MariaBackup - align required GRANTS to cmd optionsDaniel Black2022-08-263-9/+78
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-258-60/+222
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-258-61/+223
| |\ \ | | |/
| | * MDEV-29384 Hangs caused by innodb_adaptive_hash_index=ONMarko Mäkelä2022-08-251-40/+1
| | * update a global_suppressions() listSergei Golubchik2022-08-251-1/+1
| | * btr_search_drop_page_hash_index(): Remove a racey debug checkMarko Mäkelä2022-08-241-4/+1
| | * MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
| | * MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHU...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
| | * MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+3
| | * MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.%Brandon Nesterenko2022-08-223-12/+176
* | | MDEV-29367 Refactor tpool::cacheVladislav Vaintroub2022-08-242-43/+89
* | | Merge 10.4 into 10.5Nayuta Yanagisawa2022-08-231-4/+2
|\ \ \ | |/ /
| * | Fix wrong diff introduced by merge commitbb-10.4-nayutaNayuta Yanagisawa2022-08-231-4/+2
* | | MDEV-27099 Subquery using the ALL keyword on INET6 columns produces a wrong r...Alexander Barkov2022-08-232-0/+27
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-228-47/+148
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-225-22/+63
| |\ \ | | |/
| | * MDEV-27700 ASAN: Heap_use_after_free in btr_search_drop_page_hash_index()Thirunarayanan Balathandayuthapani2022-08-225-22/+63
| * | MDEV-27101 Subquery using the ALL keyword on TIMESTAMP columns produces a wro...Alexander Barkov2022-08-224-24/+95