Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: Implement mcs_lockbb-10.8-mcs_lock | Marko Mäkelä | 2022-02-20 | 5 | -12/+61 |
* | MDEV-27876: SUX_LOCK_GENERIC build fails after MDEV-27774 | Marko Mäkelä | 2022-02-17 | 6 | -5/+47 |
* | MDEV-27868 buf_pool.flush_list is in the wrong order | Marko Mäkelä | 2022-02-17 | 1 | -2/+20 |
* | Merge 10.7 into 10.8 | Marko Mäkelä | 2022-02-17 | 42 | -782/+678 |
|\ | |||||
| * | Merge 10.6 into 10.7 | Marko Mäkelä | 2022-02-17 | 42 | -782/+678 |
| |\ | |||||
| | * | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-02-17 | 42 | -782/+678 |
| | |\ | |||||
| | | * | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-02-17 | 42 | -775/+676 |
| | | |\ | |||||
| | | | * | MDEV-27723 innodb.instant_alter,8k.rdiff does not apply on FreeBSD | Marko Mäkelä | 2022-02-17 | 4 | -90/+82 |
| | | | * | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-02-17 | 36 | -663/+594 |
| | | | |\ | |||||
| | | | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2022-02-17 | 29 | -660/+452 |
| | | | | |\ | |||||
| | | | | | * | MDEV-27583 InnoDB uses different constants for FK cascade error message in SQ... | Marko Mäkelä | 2022-02-17 | 3 | -3/+45 |
| | | | | | * | MDEV-27722 innodb_fts.innodb-fts-ddl fails with a wrong message on FreeBSD | Marko Mäkelä | 2022-02-17 | 1 | -0/+1 |
| | | | | | * | fix: Fix 'unknown type usermodehelper_t' issue after upgrading to MariaDB 10.... | Jonathan Sabbe | 2022-02-17 | 1 | -0/+1 |
| | | | | | * | MDEV-27548 session_tracker_last_gtid.test fails with --repeat, added cleanup ... | forkfun | 2022-02-16 | 2 | -0/+2 |
| | | | | | * | MDEV-27634 innodb_zip tests failing on s390x | Marko Mäkelä | 2022-02-16 | 20 | -652/+383 |
| | | | | | * | MDEV-16091: Seconds_Behind_Master spikes to millions of seconds | Brandon Nesterenko | 2022-02-15 | 2 | -4/+19 |
| | | | | | * | Fix typo in mysqadmin manpage | Ustun Ozgur | 2022-02-15 | 1 | -1/+1 |
| | | | | * | | MDEV-17223 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes | Monty | 2022-02-16 | 3 | -3/+73 |
| | | | | * | | MDEV-27691: make working view-protocol | Lena Startseva | 2022-02-16 | 4 | -0/+69 |
| | | | * | | | Removed dead code. | Alexey Yurchenko | 2022-02-17 | 2 | -22/+0 |
* | | | | | | | Merge branch '10.7' into 10.8 | Vladislav Vaintroub | 2022-02-17 | 22 | -228/+366 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge remote-tracking branch 'origin/10.6' into 10.7st-10.7-wlad | Vladislav Vaintroub | 2022-02-17 | 22 | -229/+367 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | MDEV-26789 Fix stall of group commit waiters | Vladislav Vaintroub | 2022-02-17 | 2 | -10/+29 |
| | * | | | | | Merge 10.5 into 10.6 | Vlad Lesin | 2022-02-15 | 3 | -71/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | MDEV-20605 Awaken transaction can miss inserted by other transaction records ... | Vlad Lesin | 2022-02-15 | 3 | -71/+1 |
| | * | | | | | Merge 10.5 into 10.6 | Vlad Lesin | 2022-02-14 | 21 | -215/+404 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | MDEV-20605 Awaken transaction can miss inserted by other transaction records ... | Vlad Lesin | 2022-02-14 | 14 | -207/+396 |
| | * | | | | | Fix whitespaces | Vladislav Vaintroub | 2022-02-14 | 1 | -4/+4 |
| | * | | | | | MDEV-27828 : Windows - major MSI upgrade fails, complaining that install dire... | Vladislav Vaintroub | 2022-02-14 | 1 | -1/+1 |
* | | | | | | | MDEV-27848 fixup: Use os_file_close_func() | Marko Mäkelä | 2022-02-15 | 2 | -2/+2 |
* | | | | | | | MDEV-27848: Remove unused wait/io/file/innodb/innodb_log_file | Marko Mäkelä | 2022-02-15 | 7 | -34/+31 |
* | | | | | | | Clean up log resizing | Marko Mäkelä | 2022-02-14 | 4 | -45/+43 |
* | | | | | | | Clean up some @return and @retval comments | Marko Mäkelä | 2022-02-14 | 1 | -3/+3 |
* | | | | | | | fixup 63b9d6e7ea77e26b666 , log_sys.write_buf can't run in a loop | Vladislav Vaintroub | 2022-02-14 | 1 | -6/+2 |
* | | | | | | | Restore the MDEV-26789 logic, partially lost in refactoring. | Vladislav Vaintroub | 2022-02-14 | 1 | -17/+22 |
* | | | | | | | Merge 10.7 into 10.8 | Marko Mäkelä | 2022-02-14 | 6 | -1/+69 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2022-02-14 | 6 | -1/+69 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-02-14 | 6 | -1/+69 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-02-14 | 4 | -1/+53 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-02-14 | 4 | -1/+53 |
| | | | |\ \ \ | | | | | |/ / | |||||
| | | | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2022-02-14 | 4 | -1/+53 |
| | | | | |\ \ | | | | | | |/ | |||||
| | | | | | * | bump the VERSION | Daniel Bartholomew | 2022-02-12 | 1 | -1/+1 |
| | | | | | * | Disable innodb_gis.rtree_compress2 | Marko Mäkelä | 2022-02-11 | 1 | -0/+1 |
| | | | | | * | MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB ... | Vlad Lesin | 2022-02-11 | 3 | -1/+52 |
| | | | | * | | Merge mariadb-10.3.34 into 10.3 | Marko Mäkelä | 2022-02-14 | 24 | -35/+5566 |
| | | | | |\ \ | |||||
| | | | | * | | | bump the VERSION | Daniel Bartholomew | 2022-02-12 | 1 | -1/+1 |
| | | | * | | | | Merge mariadb-10.4.24 into 10.4 | Marko Mäkelä | 2022-02-14 | 24 | -39/+5566 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | bump the VERSION | Daniel Bartholomew | 2022-02-12 | 1 | -1/+1 |
| | | * | | | | | | Merge mariadb-10.5.15 into 10.5 | Marko Mäkelä | 2022-02-14 | 23 | -33/+5567 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | bump the VERSION | Daniel Bartholomew | 2022-02-12 | 1 | -1/+1 |