diff options
author | Jacob Mathew <jacob.mathew@mariadb.com> | 2018-05-21 18:16:03 -0700 |
---|---|---|
committer | Jacob Mathew <jacob.mathew@mariadb.com> | 2018-05-21 18:16:03 -0700 |
commit | afe5a51c2df95aa282e4459afeb7f037563def92 (patch) | |
tree | 2708760fd7fe4c7c0a9cd6d19e1a81babc8e173a /mysql-test/main/grant.result | |
parent | 31584c8bb8204b27626fae0127eff4889b8f4383 (diff) | |
download | mariadb-git-afe5a51c2df95aa282e4459afeb7f037563def92.tar.gz |
MDEV-12900: spider tests failed in buildbot with valgrind
The failures with valgrind occur as a result of Spider sometimes using the
wrong transaction for operations in background threads that send requests to
the data nodes. The use of the wrong transaction caused the networking to the
data nodes to use the wrong thread in some cases. Valgrind eventually
detects this when such a thread is destroyed before it is used to disconnect
from the data node by that wrong transaction when it is freed.
I have fixed the problem by correcting the transaction used in each of these
cases.
Author:
Jacob Mathew.
Reviewer:
Kentoku Shiba.
Merged:
Commit 4d576d9 on branch bb-10.3-MDEV-12900
Diffstat (limited to 'mysql-test/main/grant.result')
0 files changed, 0 insertions, 0 deletions