summaryrefslogtreecommitdiff
path: root/include/thr_lock.h
diff options
context:
space:
mode:
authorsvoj@mysql.com/april.(none) <>2006-12-30 03:44:25 +0400
committersvoj@mysql.com/april.(none) <>2006-12-30 03:44:25 +0400
commitbcbb50c1d2c1a04b57c012f8efadfeba9d789a15 (patch)
treee7156bee211c176097e6b7f757f85653affe1f14 /include/thr_lock.h
parent5344932e14e4e2cbd28d1def531a4fde79c726ee (diff)
parent3cfd578ea7efa50805d2a069e6e180331ba41358 (diff)
downloadmariadb-git-bcbb50c1d2c1a04b57c012f8efadfeba9d789a15.tar.gz
Merge mysql.com:/home/svoj/devel/mysql/BUG23526/mysql-5.0-engines2
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r--include/thr_lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h
index 9177438bd0f..966522fe3e3 100644
--- a/include/thr_lock.h
+++ b/include/thr_lock.h
@@ -121,6 +121,7 @@ typedef struct st_thr_lock {
void (*get_status)(void*, int); /* When one gets a lock */
void (*copy_status)(void*,void*);
void (*update_status)(void*); /* Before release of write */
+ void (*restore_status)(void*); /* Before release of read */
my_bool (*check_status)(void *);
} THR_LOCK;