1
0
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:
monty@mysql.com
2004-11-10 18:07:39 +02:00
parent e9d9ca83f1
commit c7e85ef9b9
8 changed files with 85 additions and 33 deletions

View File

@ -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))