1
0
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:
Nirbhay Choubey
2014-06-10 16:04:26 -04:00
637 changed files with 97556 additions and 88318 deletions

View File

@ -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
/**