mariadb/storage
Iaroslav Babanin 5d49a2add7 MDEV-33935 fix deadlock counter
- The deadlock counter was moved from
Deadlock::find_cycle into Deadlock::report, because
the find_cycle method is called multiple times during deadlock
detection flow, which means it shouldn't have such side effects.
But report() can, which called only once for
a victim transaction.
- Also the deadlock_detect.test and *.result test case
has been extended to handle the fix.
2024-06-19 20:43:33 +03:00
..
archive Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
blackhole Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
columnstore columnstore 6.4.8-2 2024-05-09 00:04:20 +02:00
connect Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
csv Backporting bugs fixes fixed by MDEV-31340 from 11.5 2024-05-21 14:58:01 +04:00
example Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
federated Merge 10.5 into 10.6 2023-02-10 13:03:01 +02:00
federatedx Merge branch '10.5' into 10.6 2024-01-31 18:04:03 +01:00
heap Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
innobase MDEV-33935 fix deadlock counter 2024-06-19 20:43:33 +03:00
maria Merge 10.5 into 10.6 2024-06-07 10:03:51 +03:00
mroonga Merge 10.5 into 10.6 2024-06-07 10:03:51 +03:00
myisam Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
myisammrg Fixed some mtr tests that failed on windows 2024-01-23 13:03:12 +02:00
oqgraph Merge 10.5 into 10.6 2023-09-11 14:46:39 +03:00
perfschema Merge 10.5 into 10.6 2024-06-10 15:22:15 +03:00
rocksdb Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
sequence Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
sphinx Merge branch '10.5' into 10.6 2024-01-11 12:59:22 +11:00
spider Merge 10.5 into 10.6 2024-06-12 07:51:28 +03:00
test_sql_discovery Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00