~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lock.h

Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
37
 
#define DRIZZLE_LOCK_IGNORE_GLOBAL_READ_ONLY      0x0010
38
37
#define DRIZZLE_LOCK_PERF_SCHEMA                  0x0020
39
38
 
40
39
void mysql_unlock_tables(Session *session, DRIZZLE_LOCK *sql_lock);