1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix of automatic repair

This commit is contained in:
monty@donna.mysql.com
2000-10-23 15:35:42 +03:00
parent e0b3072600
commit 8dabd3b053
11 changed files with 90 additions and 47 deletions

View File

@ -817,6 +817,7 @@ bool do_command(THD *thd)
mysql_slow_log.write(thd, thd->query, thd->query_length, start_of_query);
}
}
thd->proc_info="cleaning up2";
VOID(pthread_mutex_lock(&LOCK_thread_count)); // For process list
thd->proc_info=0;
thd->command=COM_SLEEP;