summaryrefslogtreecommitdiff
path: root/include/thr_lock.h
diff options
context:
space:
mode:
authorunknown <svoj@april.(none)>2006-12-30 04:36:06 +0400
committerunknown <svoj@april.(none)>2006-12-30 04:36:06 +0400
commit980a1d1e0ca03d4d7222707987e12af9f5bb28a5 (patch)
tree2dea83d17804db47e9f3ae000ff61c945e900002 /include/thr_lock.h
parentf225a57d0193fcf0bf96e7dbcefae6f2d5530ba4 (diff)
parent4518b47aafa36342c15ff7a8063a2de1dc300f74 (diff)
downloadmariadb-git-980a1d1e0ca03d4d7222707987e12af9f5bb28a5.tar.gz
Merge mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.1-engines include/thr_lock.h: Auto merged mysys/thr_lock.c: Auto merged storage/myisam/mi_dynrec.c: Auto merged storage/myisam/mi_locking.c: Auto merged storage/myisam/mi_open.c: Auto merged storage/myisam/mi_update.c: Auto merged storage/myisam/mi_write.c: Auto merged storage/myisam/myisamdef.h: Auto merged
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 363babeaa63..99bb7545006 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;