summaryrefslogtreecommitdiff
path: root/storage/pbxt/src/lock_xt.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/pbxt/src/lock_xt.h')
-rw-r--r--storage/pbxt/src/lock_xt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/pbxt/src/lock_xt.h b/storage/pbxt/src/lock_xt.h
index 4e5af648c37..28737478d48 100644
--- a/storage/pbxt/src/lock_xt.h
+++ b/storage/pbxt/src/lock_xt.h
@@ -658,6 +658,7 @@ typedef struct XTLockGroup {
struct XTLockWait;
typedef struct XTRowLocks {
+ int valid;
XTLockGroupRec rl_groups[XT_ROW_LOCK_GROUP_COUNT];
void xt_cancel_temp_lock(XTLockWaitPtr lw);