1
0
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:
unknown
2006-12-30 03:44:25 +04:00
5 changed files with 22 additions and 2 deletions

View File

@@ -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;