mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
bzr merge -rtag:mariadb-5.5.38 maria/5.5
This commit is contained in:
@ -5371,6 +5371,10 @@ void signal_log_not_needed(struct handlerton, char *log_file)
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
void handler::set_lock_type(enum thr_lock_type lock)
|
||||
{
|
||||
table->reginfo.lock_type= lock;
|
||||
}
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
/**
|
||||
|
Reference in New Issue
Block a user