summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP MDEV-22718: purge_sys.low_limit_no() is not protectedbb-10.6-MDEV-22718Marko Mäkelä2022-09-192-7/+10
* MDEV-16708: ps_missed_cmds test - HELP deconflictDaniel Black2022-09-152-250/+9
* Merge 10.5 into 10.6mariadb-10.6.10Marko Mäkelä2022-09-131-2/+1
|\
| * MDEV-29513 avoid useless os_thread_sleep() during srv_purge_shutdown()bb-10.5-wladVladislav Vaintroub2022-09-121-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2022-09-1210-22/+528
|\ \ | |/
| * 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
* | MDEV-27172 fixup: spider/bugfix.mdev_27172 failed with --ps-protocolNayuta Yanagisawa2022-09-082-3/+2
* | MDEV-29440 InnoDB instant ALTER TABLE recovery must use READ UNCOMMITTEDMarko Mäkelä2022-09-088-131/+234
* | MDEV-29433 innodb.lock_delete_updated is unstableVlad Lesin2022-09-082-8/+8
* | Fix CMake 3.24 warning by setting a policyVladislav Vaintroub2022-09-071-1/+1
* | Merge branch '10.5' into 10.6Vladislav Vaintroub2022-09-073-17/+7
|\ \ | |/
| * 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
* | | MDEV-29342 Assertion failure in file que0que.cc line 728Marko Mäkelä2022-09-073-14/+16
* | | MDEV-10003 main.range_innodb retuns a wrong number of rows in EXPLAINMarko Mäkelä2022-09-072-6/+6
* | | Merge 10.5 into 10.6Marko Mäkelä2022-09-0720-318/+572
|\ \ \ | |/ /
| * | 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
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-061-1/+3
|\ \ \ \ | |/ / /
| * | | MDEV-29471 Buffer overflow in page_cur_insert_rec_low()Marko Mäkelä2022-09-061-1/+3
* | | | MDEV-13542 fixup: Allow purge to run in a testMarko Mäkelä2022-09-061-4/+2
* | | | MDEV-28240 InnoDB Temporary Tablespace (ibtmp1) is continously growingThirunarayanan Balathandayuthapani2022-09-061-2/+3
* | | | MDEV-29443: prevent uring access to galera sst /notify scriptsDaniel Black2022-09-061-0/+6
* | | | Merge 10.5 into 10.6Jan Lindström2022-09-0540-144/+207
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Jan Lindström2022-09-0540-149/+207
| |\ \ \ | | |/ /
| | * | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-3140-131/+188
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-09-059-63/+220
|\ \ \ \ | |/ / /
| * | | 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
* | | | Remove unused French translations in Connect engine (#2252)anson10142022-09-029-2739/+0
* | | | MDEV-29425 Buffer overflow in dict_index_t::col_info::add()Thirunarayanan Balathandayuthapani2022-09-013-14/+55
* | | | MDEV-29435 CHECK TABLE forgets to release latches after reporting failureMarko Mäkelä2022-09-013-0/+7
* | | | MDEV-27983: InnoDB hangs after loading a ROW_FORMAT=COMPRESSED pageMarko Mäkelä2022-08-311-1/+5
* | | | MDEV-29374 InnoDB recovery fails with "Data structure corruption"Marko Mäkelä2022-08-319-6/+16
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-3020-49/+421
|\ \ \ \ | |/ / /
| * | | 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