86
90
#define GET_LOCK_UNLOCK 1
87
91
#define GET_LOCK_STORE_LOCKS 2
89
static DRIZZLE_LOCK *get_lock_data(Session *session, Table **table,uint32_t count,
91
96
static int lock_external(Session *session, Table **table,uint32_t count);
92
97
static int unlock_external(Session *session, Table **table,uint32_t count);
93
98
static void print_lock_error(int error, const char *);