diff options
author | Paul McCullagh <paul.mccullagh@primebase.org> | 2009-04-02 12:03:14 +0200 |
---|---|---|
committer | Paul McCullagh <paul.mccullagh@primebase.org> | 2009-04-02 12:03:14 +0200 |
commit | d96c0f08cfb28f9297a1cd8de6eafd526958b8eb (patch) | |
tree | f6290400046f8f4f51857f4ed04aa17d3d1f272b /storage/pbxt/src/lock_xt.h | |
parent | a256c01ad6b78991bf5c1d3ec11013bd55f2dd3b (diff) | |
download | mariadb-git-d96c0f08cfb28f9297a1cd8de6eafd526958b8eb.tar.gz |
Added the PBXT test suite
Diffstat (limited to 'storage/pbxt/src/lock_xt.h')
-rw-r--r-- | storage/pbxt/src/lock_xt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/pbxt/src/lock_xt.h b/storage/pbxt/src/lock_xt.h index 53fe7023eef..1019421871d 100644 --- a/storage/pbxt/src/lock_xt.h +++ b/storage/pbxt/src/lock_xt.h @@ -640,6 +640,7 @@ struct XTLockWait; typedef struct XTRowLocks { XTLockGroupRec rl_groups[XT_ROW_LOCK_GROUP_COUNT]; + void xt_cancel_temp_lock(XTLockWaitPtr lw); xtBool xt_set_temp_lock(struct XTOpenTable *ot, XTLockWaitPtr lw, XTRowLockListPtr lock_list); void xt_remove_temp_lock(struct XTOpenTable *ot, xtBool updated); xtBool xt_make_lock_permanent(struct XTOpenTable *ot, XTRowLockListPtr lock_list); |