34
34
#define DRIZZLE_LOCK_IGNORE_FLUSH 0x0002
35
35
#define DRIZZLE_LOCK_NOTIFY_IF_NEED_REOPEN 0x0004
36
36
#define DRIZZLE_OPEN_TEMPORARY_ONLY 0x0008
38
37
#define DRIZZLE_LOCK_PERF_SCHEMA 0x0020
40
39
void mysql_unlock_tables(Session *session, DRIZZLE_LOCK *sql_lock);