mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()
Expression in macro protected by ()
This commit is contained in:
@ -1634,7 +1634,7 @@ int tp_get_idle_thread_count()
|
||||
Delay in microseconds, after which "pool blocked" message is printed.
|
||||
(30 sec == 30 Mio usec)
|
||||
*/
|
||||
#define BLOCK_MSG_DELAY 30*1000000
|
||||
#define BLOCK_MSG_DELAY (30*1000000)
|
||||
|
||||
#define MAX_THREADS_REACHED_MSG \
|
||||
"Threadpool could not create additional thread to handle queries, because the \
|
||||
|
Reference in New Issue
Block a user