branches/innodb+: Factor out srv_threads_mutex from the kernel mutex.
Splitting the kernel mutex at once is a complex task, several mutexes will be factored out of it. This is one of the easier ones. This mutex sits below the kernel mutex and is used by the threads infra-structure. It is important for the multi-threaded purge because for multi-threaded purge we will need to activate and use InnoDB task queue and query thread scheduling code. rb://285
Showing
include/srv0que.h
deleted
100644 → 0
srv/srv0que.c
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment