mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
More debugging
Print position in normal log for Binlog dump
This commit is contained in:
@ -540,7 +540,7 @@ static void close_connections(void)
|
||||
struct timespec abstime;
|
||||
int error;
|
||||
LINT_INIT(error);
|
||||
DBUG_PRINT("info",("Waiting for select_thread"));
|
||||
DBUG_PRINT("info",("Waiting for select thread"));
|
||||
|
||||
#ifndef DONT_USE_THR_ALARM
|
||||
if (pthread_kill(select_thread,THR_CLIENT_ALARM))
|
||||
|
Reference in New Issue
Block a user