summaryrefslogtreecommitdiff
path: root/storage/pbxt
diff options
context:
space:
mode:
authorVladimir Kolesnikov <vladimir@primebase.org>2011-04-07 18:28:52 +0200
committerVladimir Kolesnikov <vladimir@primebase.org>2011-04-07 18:28:52 +0200
commit5b6b243c2b60bf4a567f9fd328e037fa5e8ea767 (patch)
tree5bbed6ad4febd3594ec16b90562b95617bed5b92 /storage/pbxt
parente6b0be38f9ea03b4f657b210755f6891ce2a30f0 (diff)
downloadmariadb-git-5b6b243c2b60bf4a567f9fd328e037fa5e8ea767.tar.gz
fixed the preload.test pbxt bug
Diffstat (limited to 'storage/pbxt')
-rw-r--r--storage/pbxt/src/lock_xt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/pbxt/src/lock_xt.cc b/storage/pbxt/src/lock_xt.cc
index 946adfecccc..5dbba9db83a 100644
--- a/storage/pbxt/src/lock_xt.cc
+++ b/storage/pbxt/src/lock_xt.cc
@@ -1424,6 +1424,7 @@ xtPublic void xt_spinxslock_init(struct XTThread *XT_UNUSED(self), XTSpinXSLockP
#endif
{
sxs->sxs_xlocked = 0;
+ sxs->sxs_xwaiter = 0;
sxs->sxs_rlock_count = 0;
sxs->sxs_wait_count = 0;
#ifdef DEBUG