mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge mysql.com:/home/svoj/devel/mysql/BUG23526/mysql-5.0-engines2
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines include/thr_lock.h: Auto merged myisam/mi_locking.c: Auto merged myisam/mi_open.c: Auto merged myisam/myisamdef.h: Auto merged mysys/thr_lock.c: Auto merged
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user