summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_bf_background_statistics.result
Commit message (Collapse)AuthorAgeFilesLines
* Galera4Brave Galera Crew2019-01-231-1/+3
|
* Merge 10.1 into 10.2Marko Mäkelä2018-08-021-67/+5
|
* MDEV-15822: WSREP: BF lock wait long for trxJan Lindström2018-07-251-0/+95
In Galera BF (brute force) transactions may not wait for lock requests and normally BF-transaction would select transaction holding conflicting locks as a victim for rollback. However, background statistic calculation transaction is InnoDB internal transaction and it has no thd i.e. it can't be selected as a victim. If background statistics calculation transaction holds conflicting locks to statistics tables it will cause BF lock wait long error message. Correct way to handle background statistics calculation is to acquire thd for transaction but that change is too big for GA-releases and there are other reported problems on background statistics calculation. This fix avoids adding a table to background statistics calculation if