diff options
author | svoj@mysql.com/april.(none) <> | 2007-01-25 01:26:57 +0400 |
---|---|---|
committer | svoj@mysql.com/april.(none) <> | 2007-01-25 01:26:57 +0400 |
commit | ea7fe60fbc09ff535c31be828d635df0469d4751 (patch) | |
tree | d4286e665753a9f583871c0e642c0d985862893f /include | |
parent | b0d94e9d358a620ab3d96350e7396cd54ee0726b (diff) | |
parent | 0dc064536f78d172d74a57becbf29deb75bb28e6 (diff) | |
download | mariadb-git-ea7fe60fbc09ff535c31be828d635df0469d4751.tar.gz |
Merge mysql.com:/home/svoj/devel/bk/mysql-5.0
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines
Diffstat (limited to 'include')
-rw-r--r-- | include/thr_lock.h | 1 |
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; |